mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
edit procfile (heroku Foreman) to run grunt start:production
This commit is contained in:
parent
e23acc4c0a
commit
6b960fba6a
2 changed files with 3 additions and 2 deletions
2
Procfile
2
Procfile
|
|
@ -1 +1 @@
|
|||
web: node src/server.js
|
||||
web: ./node_modules/.bin/grunt production;node ./src/server.js
|
||||
|
|
@ -37,7 +37,8 @@
|
|||
"jade": "~0.35.0",
|
||||
"passport": "~0.1.17",
|
||||
"validator": "~1.5.1",
|
||||
"nodemailer": "~0.5.2"
|
||||
"nodemailer": "~0.5.2",
|
||||
"grunt-cli": "~0.1.9"
|
||||
},
|
||||
"private": true,
|
||||
"subdomain": "habitrpg",
|
||||
|
|
|
|||
Loading…
Reference in a new issue