ci: update deployment.yml
This commit is contained in:
parent
6ec9d1f241
commit
aef0f1e9c6
1 changed files with 6 additions and 1 deletions
|
@ -11,4 +11,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: deploy
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue