Skip to content

Commit

Permalink
ci(deploy): use startOrGracefulReload on pm2 command
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Jul 7, 2024
1 parent 866c3a4 commit dcd346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
git pull
npx pnpm i
npm run build
pm2 restart ecosystem.config.js || pm2 start ecosystem.config.js
pm2 startOrGracefulReload ecosystem.config.js

0 comments on commit dcd346f

Please sign in to comment.