Open fureigh opened 5 years ago
Rework deployment to use gunicorn instead of runserver in production.
run.sh
gunicorn
runserver
cf push
None at the moment.
http://github.com/18F/tock is a useful sample reference.
Rework deployment to use gunicorn instead of runserver in production.
Acceptance criteria
run.sh
referencesgunicorn
and notrunserver
cf push
still successfully deploys the app to cloud.govOutstanding questions
None at the moment.
Implementation notes
http://github.com/18F/tock is a useful sample reference.