fix?
Some checks failed
/ checking (push) Successful in 13s
/ build-site (push) Successful in 14s
/ deploy-site (push) Failing after 9s

This commit is contained in:
Firq 2023-12-19 22:59:23 +01:00
parent c348b10fa2
commit 08ea9ec963
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

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