We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9a489f + 5e47e61 commit 7871f95Copy full SHA for 7871f95
README.md
@@ -1,5 +1,7 @@
1
# CI pipeline with Github-actions
2
-<!--
+
3
+This repository was created for the workshop and blog https://dev.to/sudo_anuj/automating-flask-app-deployment-with-docker-github-actions-8gh
4
5
**Please star this repository **
6
7
1. Clone the repo
@@ -49,4 +51,4 @@ docker pull ghcr.io/<your-github-username>/flask-webserver:latest
49
51
50
52
docker run -p 5000:5000 ghcr.io/<your-github-username>/flask-webserver:latest
53
```
--->
54
+-->
0 commit comments