Skip to content

Commit

Permalink
switch pm2 to production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 14, 2024
1 parent 6df4148 commit d59dcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/ecosystem.config.js.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module.exports = {
apps: [
{
name: "websat-planckster",
script: "npm install && npm run dev",
script: "npm install && npm run start",
env: {
NODE_ENV: "development",
NODE_ENV: "production",
PRIMARY_USER_USERNAME: "{{ PRIMARY_USER_USERNAME }}",
PRIMARY_USER_PASSWORD: "{{ PRIMARY_USER_PASSWORD }}",
NEXTAUTH_SECRET: "{{ NEXTAUTH_SECRET }}",
Expand Down

0 comments on commit d59dcc2

Please sign in to comment.