Heroku

PHOTO EMBED

Wed Dec 30 2020 17:34:30 GMT+0000 (Coordinated Universal Time)

Saved by @gfairhurst #heroku

Pasos:
======
1) pip install gunicorn
2) pip freeze > requirements.txt 
3) crear archivo Procfile > web: gunicorn app:app
4) git init
5) git add .
6) git commit -m "message"

7) heroku login
8) heroku create flaskblog
9) git remote -v
10) git push heroku master

content_copyCOPY