deploy: use key instead of key_path

This commit is contained in:
notohh 2023-10-20 20:35:12 -04:00
parent 83e7aa9026
commit 7624d672cd
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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