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
- Host: GitHub
- URL: https://github.com/abhi-bhatra/python-heroku-workflow
- Owner: abhi-bhatra
- Created: 2021-11-15T10:50:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T10:56:06.000Z (over 4 years ago)
- Last Synced: 2025-03-06T03:15:23.492Z (over 1 year ago)
- Topics: devops, flask, github-actions, heroku, html, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.