mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Ready for PR
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
5d2ddaf3e1
commit
00bc99ec6e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
|
@ -5,8 +5,7 @@ concurrency:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "test" ]
|
branches: [ "master" ]
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
upload-solution:
|
upload-solution:
|
||||||
|
@ -35,6 +34,7 @@ jobs:
|
||||||
SSH_HOST: ${{secrets.SSH_HOST}}
|
SSH_HOST: ${{secrets.SSH_HOST}}
|
||||||
|
|
||||||
- name: Quit currently running instance
|
- name: Quit currently running instance
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
ssh $SSH_USER@$SSH_HOST pkill --signal SIGQUIT Boyfriend
|
ssh $SSH_USER@$SSH_HOST pkill --signal SIGQUIT Boyfriend
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue