mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 00:13:01 +03:00
Теперь должно заливать
This commit is contained in:
parent
3360d164ec
commit
902d9863b1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_and_deploy.yml
vendored
3
.github/workflows/build_and_deploy.yml
vendored
|
@ -35,10 +35,9 @@ jobs:
|
|||
username: ${{ secrets.FTP_USER_NAME }}
|
||||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
local-dir: ./_site/
|
||||
server-dir: www/weryskok.ru/
|
||||
server-dir: /www/weryskok.ru/
|
||||
exclude: |
|
||||
**/.git*
|
||||
**/.git*/**
|
||||
**/node_modules/**
|
||||
**/files/**
|
||||
dry-run: true
|
||||
|
|
Loading…
Reference in a new issue