From 470a592d987facfd9b3f61de0735b7189f04dbfb Mon Sep 17 00:00:00 2001 From: Michael Thamm <84816828+MichaelThamm@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:12:33 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b2d92f..81ce1a3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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/)