deploy: specify username

This commit is contained in:
notohh 2023-10-20 20:37:23 -04:00
parent 7624d672cd
commit 649883b5df
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -14,6 +14,7 @@ jobs:
uses: https://github.com/appleboy/ssh-action@v1.0.0 uses: https://github.com/appleboy/ssh-action@v1.0.0
with: with:
host: "100.121.201.47" host: "100.121.201.47"
username: root
key: ${{secrets.DEPLOY_SSH}} key: ${{secrets.DEPLOY_SSH}}
script: | script: |
uname -a uname -a