mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
Procfile changes:
1. Renamed Honchofile -> Procfile.heroku and changed it to work better with Heroku. 2. Added Procfile.dev for development.
This commit is contained in:
parent
dc0cc3af65
commit
4ba3152a99
2
Procfile
2
Procfile
@ -1 +1 @@
|
||||
web: honcho start -f Honchofile -p $PORT
|
||||
web: honcho start -f Procfile.heroku -p $PORT
|
||||
|
2
Procfile.heroku
Normal file
2
Procfile.heroku
Normal file
@ -0,0 +1,2 @@
|
||||
web: ./manage.py runserver -p $PORT --host 0.0.0.0 -d -r
|
||||
worker: ./manage.py runworkers
|
Loading…
Reference in New Issue
Block a user