trying web.sh to deploy with gunicorn

This commit is contained in:
Walker Waylon Scott 2017-07-10 11:48:31 -05:00
parent 1125d8e25f
commit 7faea458f3
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1,2 @@
web: gunicorn src//pyDataVizDay:app web: web.sh

2
web.sh Normal file
View file

@ -0,0 +1,2 @@
cd src
gunicorn pyDataVizDay:app