ci: fix deploy typo

This commit is contained in:
notohh 2023-10-20 19:36:27 -04:00
parent 678e98328c
commit 1c2a88276d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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'