Skip to content

Commit

Permalink
fix: kill the process before overwriting the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Jul 15, 2024
1 parent 7d44277 commit ed2596f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ed2596f

Please sign in to comment.