add production env to Procfile

This commit is contained in:
Greg Weber 2011-12-29 13:57:47 -03:00
parent e7c4b0a1cd
commit d31d9ca4d8

View File

@ -63,4 +63,4 @@
# Heroku configuration that runs your app
web: ./dist/build/~project~/~project~ -p $PORT
web: ./dist/build/~project~/~project~ production -p $PORT