- maybe install forever that way...

This commit is contained in:
2020-06-01 22:57:14 -04:00
parent 362978a882
commit 9d8ad03594

View File

@@ -6,6 +6,7 @@ steps:
- name: deploy-dev - name: deploy-dev
image: node:latest image: node:latest
commands: commands:
- npm install -g forever
- npm install - npm install
- forever start bin/www - forever start bin/www