
CI/CD with Github and Heroku
Channel:
Subscribers:
25,200
Published on ● Video Link: https://www.youtube.com/watch?v=O_xEqtjh1io
This setup is specific for a Python flask app, but it could be adapted for any stack you desire.
Important thing to remember when deploying to Heroku is that you include the Procfile, and ensure in your main application .py file, that you select the port from the environment variable. This is due to the inner workings of the Heroku Dyno.
The GitHub project used in this video is at
https://github.com/Sean-Bradley/Seans-Python3-Flask-Rest-Boilerplate
You can do this to,
Remember to like, comment, subscribe and share.
Other Videos By SBCODE
Tags:
heroku
free python hosting
github deploy
heroku deploy
devops
autodevops
python flask
ci/cd