diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06e7abc..c7f25f8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,10 @@ jobs: SSH_HOST: ${{ secrets.DEV_FORKBOMB_HOST }} SSH_PORT: ${{ secrets.DEV_FORKBOMB_PORT }} + - name: Stop the process + run: ssh deploy 'killall plain_auth_service' + continue-on-error: true + - name: Copy files run: | scp users.csv deploy:plain_auth_server/