Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelThamm authored Oct 5, 2023
1 parent 305254e commit 470a592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This is a repo to host a website using:
* To run the web page locally, run [run-docker.sh](https://github.com/MichaelThamm/website/blob/main/run-docker.sh).

## CI/CD Automation
![Actions Workflow](https://github.com/MichaelThamm/website/blob/main/readme-samples/worfklow.png)
* The generic workflow follows:
* __build__
* Test the website page reference URLs for failure.
Expand All @@ -23,6 +24,8 @@ This is a repo to host a website using:
* Push the application to Heroku resource
* __test-deployed__
* Run lighthouse to test the metrics of the deployed webpage
![Lighthouse Results Summary](https://github.com/MichaelThamm/website/blob/main/readme-samples/lighthouse-results-1.png)
![Lighthouse Speed Results](https://github.com/MichaelThamm/website/blob/main/readme-samples/lighthouse-results-2.png)

# Supporting References
- [Docker-Flask](https://www.freecodecamp.org/news/how-to-dockerize-a-flask-app/)
Expand Down

0 comments on commit 470a592

Please sign in to comment.