Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 4s
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 4s
This commit is contained in:
parent
764ffcebe9
commit
f07fe574d9
|
@ -16,7 +16,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: ${{secrets.SSH_HOST}}
|
host: ${{secrets.SSH_HOST}}
|
||||||
user: ${{secrets.SSH_USER}}
|
user: ${{secrets.SSH_USER}}
|
||||||
private_key: ${{secrets.SSH_PRIVATE_KEY}}
|
private_key: ${{secrets.SSH_KEY}}
|
||||||
command: |
|
command: |
|
||||||
systemctl stop resume
|
systemctl stop resume
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -55,6 +55,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: ${{secrets.SSH_HOST}}
|
host: ${{secrets.SSH_HOST}}
|
||||||
user: ${{secrets.SSH_USER}}
|
user: ${{secrets.SSH_USER}}
|
||||||
private_key: ${{secrets.SSH_PRIVATE_KEY}}
|
private_key: ${{secrets.SSH_KEY}}
|
||||||
command: |
|
command: |
|
||||||
systemctl start resume
|
systemctl start resume
|
Loading…
Reference in New Issue