Skip to content

Commit

Permalink
fix: bugfix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
heirro authored Feb 19, 2024
1 parent 0d82319 commit aa91e76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
cd /var/www/api-sirekap-kpu || exit 1
git pull || exit 1
npm i || exit 1
npm run build || exit 1
pm2 ls | grep sirekap-kpu&& \
pm2 ls | grep sirekap-kpu && \
pm2 restart ecosystem.config.js || \
pm2 start ecosystem.config.js

0 comments on commit aa91e76

Please sign in to comment.