update-deployment-workflow #18
1 changed files with 1 additions and 2 deletions
|
@ -11,5 +11,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.GH_TOKEN }}
|
||||||
- name: deploy
|
- name: deploy
|
||||||
use: |
|
run: ssh -i ${secrets.TSURU_SSH_KEY} root@100.82.146.40 'uname -a'
|
||||||
ssh -i ${secrets.TSURU_SSH_KEY} root@100.82.146.40 'uname -a'
|
|
||||||
|
|
Loading…
Reference in a new issue