标签: node.js heroku foreman heroku-toolbelt
我在我的应用程序中创建了一个.env文件来配置NODE_ENV变量。但是,每次我对我的heroku仓库进行push时,heroku toolbelt都会重新启动我的应用程序而忽略.env文件,迫使我手动运行foreman start。
.env
NODE_ENV
push
foreman start
如何配置我的应用程序以始终使用foreman命令?
答案 0 :(得分:1)
$ nf start web
$ nf start mobile
$ nf start develop