mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-03-18 21:40:29 +01:00
Fix CI SFTP
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
with:
|
||||
remote-protocol: sftp
|
||||
remote-host: ${{ secrets.SERVER_HOST }}
|
||||
remote-user: ${{ secrets.SERVER_USER }}
|
||||
remote-user: ${{ secrets.SERVER_USERNAME }}
|
||||
remote-password: ${{ secrets.SERVER_PASSWORD }}
|
||||
remote-path: ${{ secrets.SERVER_DIRECTORY }}
|
||||
report-port: ${{ secrets.SERVER_PORT }}
|
||||
Reference in New Issue
Block a user