deploy: specify username
This commit is contained in:
parent
7624d672cd
commit
649883b5df
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ jobs:
|
|||
uses: https://github.com/appleboy/ssh-action@v1.0.0
|
||||
with:
|
||||
host: "100.121.201.47"
|
||||
username: root
|
||||
key: ${{secrets.DEPLOY_SSH}}
|
||||
script: |
|
||||
uname -a
|
||||
|
|
Loading…
Reference in a new issue