workflow bugfix
This commit is contained in:
parent
252a0f9e29
commit
8507792f94
1 changed files with 3 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -24,5 +24,6 @@ jobs:
|
||||||
host: ${{ secrets.SERVER_IP }}
|
host: ${{ secrets.SERVER_IP }}
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
source: ""
|
source: "."
|
||||||
target: ${{ secrets.PROJECT_PATH }}
|
target: ${{ secrets.PROJECT_PATH }}
|
||||||
|
port: 22
|
Loading…
Add table
Add a link
Reference in a new issue