Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heirro authored Feb 19, 2024
1 parent 480ec82 commit 2fcd718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
git pull || exit 1
npm i || exit 1
pm2 ls | grep sirekap-kpu && \
pm2 restart ecosystem.config.cjs || \
pm2 start ecosystem.config.cjs
pm2 reload ecosystem.config.cjs || \
pm2 start ecosystem.config.cjs \
pm2 save --force || exit 1

0 comments on commit 2fcd718

Please sign in to comment.