1
0
Fork 1
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:
Octol1ttle 2023-08-14 17:31:35 +05:00
parent 5d2ddaf3e1
commit 00bc99ec6e
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

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