update-deployment-workflow #18
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: "100.121.201.47"
|
host: "100.121.201.47"
|
||||||
username: root
|
username: root
|
||||||
key: ${{secrets.DEPLOY_SSH}}
|
key: ${{secrets.SSH_DEPLOY_KEY}}
|
||||||
script: |
|
script: |
|
||||||
uname -a
|
uname -a
|
||||||
|
|
Loading…
Reference in a new issue