fix?
This commit is contained in:
parent
c348b10fa2
commit
08ea9ec963
1 changed files with 4 additions and 4 deletions
|
@ -56,8 +56,8 @@ jobs:
|
|||
- name: stop + cleanup
|
||||
uses: https://github.com/appleboy/ssh-action@master
|
||||
with:
|
||||
host: DEPLOY_HOST
|
||||
username: DEPLOY_USER
|
||||
host: $DEPLOY_HOST
|
||||
username: $DEPLOY_USER
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
screen -X -S fgo-ta_com-public kill
|
||||
|
@ -67,8 +67,8 @@ jobs:
|
|||
- name: start
|
||||
uses: https://github.com/appleboy/ssh-action@master
|
||||
with:
|
||||
host: DEPLOY_HOST
|
||||
username: DEPLOY_USER
|
||||
host: $DEPLOY_HOST
|
||||
username: $DEPLOY_USER
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue