An open API service indexing awesome lists of open source software.

https://github.com/abhi-bhatra/python-heroku-workflow

Simple Flask App with GitHub action deployment to Heroku config file
https://github.com/abhi-bhatra/python-heroku-workflow

devops flask github-actions heroku html python

Last synced: 2 months ago
JSON representation

Simple Flask App with GitHub action deployment to Heroku config file

Awesome Lists containing this project

README

          

# Python-Heroku-Workflow
> Creating the workflow to deploy the Python App to heroku

Steps to Deploy:
1. Don't forget to mention the Procfile in the app
2. create a docker file and simply push the code
3. Store the API key of your Heroku App into GitHub Secret and call it into
4. Workflow will run and the App is deployed.