meow
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'linkweb',
|
||||
script: 'server.js',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: '3020',
|
||||
PM2_APP_NAME: 'linkweb',
|
||||
WEBHOOK_PATH: '/webhook/github',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user