mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 00:13:01 +03:00
Fix FTP username secret
This commit is contained in:
parent
6b26461e02
commit
3360d164ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_deploy.yml
vendored
2
.github/workflows/build_and_deploy.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: SamKirkland/FTP-Deploy-Action@4.3.0
|
||||
with:
|
||||
server: ${{ secrets.FTP_WEB_SERVER }}
|
||||
username: ${{ secrets.USER_NAME }}
|
||||
username: ${{ secrets.FTP_USER_NAME }}
|
||||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
local-dir: ./_site/
|
||||
server-dir: www/weryskok.ru/
|
||||
|
|
Loading…
Reference in a new issue