adds `--merge-logs` to `pm2` launch command

This commit is contained in:
Sameer Naik 2017-03-20 16:50:38 +01:00
parent b33e1c482c
commit f9096dd13d
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ USER=ghost
export NODE_ENV=production
info "Starting ghost..."
exec gosu ${USER} /opt/bitnami/ghost/node_modules/pm2/bin/pm2 start --no-daemon /opt/bitnami/ghost/index.js
exec gosu ${USER} /opt/bitnami/ghost/node_modules/pm2/bin/pm2 start --no-daemon --merge-logs /opt/bitnami/ghost/index.js