Обновить .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:
|
||||
host: ${{secrets.SSH_HOST}}
|
||||
user: ${{secrets.SSH_USER}}
|
||||
private_key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
private_key: ${{secrets.SSH_KEY}}
|
||||
command: |
|
||||
systemctl stop resume
|
||||
- name: Checkout code
|
||||
|
@ -55,6 +55,6 @@ jobs:
|
|||
with:
|
||||
host: ${{secrets.SSH_HOST}}
|
||||
user: ${{secrets.SSH_USER}}
|
||||
private_key: ${{secrets.SSH_PRIVATE_KEY}}
|
||||
private_key: ${{secrets.SSH_KEY}}
|
||||
command: |
|
||||
systemctl start resume
|
Loading…
Reference in New Issue