Skip to content

Commit

Permalink
update deployment script to restart services with pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotcestari committed Sep 16, 2024
1 parent d24cff9 commit 4bbda77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
script: |
pm2 restart screenshot-service-bun
pm2 restart bun-screenshot-service-scheduler

0 comments on commit 4bbda77

Please sign in to comment.