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