This is a repo to host a website using:
- Flask - Python web framework
- Docker - containerization
- Heroku - hosting provider
- GitHub Actions - automation & integration
- Lighthouse - web anaylsis tool
- My page can be found at www.michaelthamm.com which uses some of the Youtube videos to set up a paid custom domain or you can do it free using the herokuapp.com domain.
- To run the web page locally, run run-docker.sh.
- The generic workflow follows:
- Create a tag
git tag vX.X.X
- Push the tag to heroku
git push origin vX.X.X