ci: update deployment.yml

This commit is contained in:
notohh 2023-10-20 20:27:14 -04:00
parent 6ec9d1f241
commit aef0f1e9c6
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -11,4 +11,9 @@ jobs:
with:
github-token: ${{ secrets.GH_TOKEN }}
- name: deploy
run: ssh -i ${{secrets.TSURU_SSH_KEY}} root@100.82.146.40 'uname -a'
uses: https://github.com/appleboy/ssh-action@v1.0.0
with:
host: "100.121.201.47"
key_path: ${{secrets.DEPLOY_SSH}}
script: |
uname -a