ci: add double brackets
This commit is contained in:
parent
1c2a88276d
commit
5f64eca21f
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
- name: deploy
|
||||
run: ssh -i ${secrets.TSURU_SSH_KEY} root@100.82.146.40 'uname -a'
|
||||
run: ssh -i ${{secrets.TSURU_SSH_KEY}} root@100.82.146.40 'uname -a'
|
||||
|
|
Loading…
Reference in a new issue