Skip to content

Commit 7871f95

Browse files
authored
Merge pull request #6 from aitechnav/test
Update README.md
2 parents b9a489f + 5e47e61 commit 7871f95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CI pipeline with Github-actions
2-
<!--
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+
35
**Please star this repository **
46

57
1. Clone the repo
@@ -49,4 +51,4 @@ docker pull ghcr.io/<your-github-username>/flask-webserver:latest
4951
5052
docker run -p 5000:5000 ghcr.io/<your-github-username>/flask-webserver:latest
5153
```
52-
-->
54+
-->

0 commit comments

Comments
 (0)