Testing the Gitea CI/CD pipeline test 2
Build and Push Docker Image then Slack webhook / slack-notification (push) Has been cancelled
Build and Push Docker Image then Slack webhook / build-and-push (push) Has been cancelled

This commit is contained in:
Arul Gupta
2026-07-03 11:58:42 +01:00
parent 3b31eb28bf
commit 563e8b51ec
+1 -1
View File
@@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route('/') @app.route('/')
def home(): def home():
return "Hello, this is a simple Flask app running in Docker! Hello World!!". I Arul gupta is trying to see how a CI/CD pipeline actually works return "Hello, this is a simple Flask app running in Docker! Hello World!!". I Arul gupta is trying to see how a CI/CD pipeline actually works. test 2
if __name__ == '__main__': if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000) app.run(host='0.0.0.0', port=5000)