Skip to content

Commit

Permalink
fix(CD-beta): point to right pm2 ecosysteem
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy authored Feb 23, 2024
1 parent 833f8cc commit 33bc7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
echo $ENV_VARS | base64 --decode > .env
echo $BETA_ENV_VARS | base64 --decode >> .env
- run: pnpm build
- run: pm2 restart production.config.cjs
- run: pm2 restart beta.config.cjs

0 comments on commit 33bc7a4

Please sign in to comment.