ci: add double brackets

This commit is contained in:
notohh 2023-10-20 19:38:30 -04:00
parent 1c2a88276d
commit 5f64eca21f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -11,4 +11,4 @@ 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' run: ssh -i ${{secrets.TSURU_SSH_KEY}} root@100.82.146.40 'uname -a'