Integrating GitLab CI/CD, Flask, and Heroku
This tutorial assumes you already have a working flask application within a virtual environment and have your code hosted on GitLab. Also ensure you have Gunicorn installed. You can install it from pip install gunicorn.
Getting Ready
Run pip freeze >...
blog.kyleschwartz.ca3 min read