Update build-and-deploy.yml
This commit is contained in:
parent
ddc7465821
commit
ea61cea052
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
|
@ -23,5 +23,5 @@ jobs:
|
||||||
server: ${{ secrets.HOST }}
|
server: ${{ secrets.HOST }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
ssh_private_key: ${{ secrets.KEY }}
|
ssh_private_key: ${{ secrets.KEY }}
|
||||||
remote_path: /html/sinsaludar.com
|
remote_path: ${{ secrets.TARGET }}
|
||||||
sftp_only: true
|
sftp_only: true
|
||||||
|
|
Loading…
Reference in a new issue