Skip to content

Commit

Permalink
PM2 script.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenshank committed Mar 23, 2020
1 parent b2b2110 commit edbeb70
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pm2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
apps: [
{
name: "alignment.js",
script: "./src/server.js",
watch: false,
env: {
PORT: 8001,
NODE_ENV: "prod"
}
}
]
};

0 comments on commit edbeb70

Please sign in to comment.