Fixing pm2 command args
This commit is contained in:
parent
cc9fbc4cdc
commit
dc0af1a45d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
name: 'autobaan',
|
name: 'autobaan',
|
||||||
script: 'npm',
|
script: 'npm',
|
||||||
arguments: ['start', 'prod'],
|
arguments: ['start:prod'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
deploy: {
|
deploy: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue