From 3b31eb28bfec594f0c521165e5cdc32313ac8e07 Mon Sep 17 00:00:00 2001 From: Arul Gupta Date: Fri, 3 Jul 2026 11:44:11 +0100 Subject: [PATCH] Testing the Gitea CI/CD pipeline --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index bc2afff..b2c2450 100644 --- a/app.py +++ b/app.py @@ -4,7 +4,7 @@ app = Flask(__name__) @app.route('/') def home(): - return "Hello, this is a simple Flask app running in Docker! Hello World!!" + 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 if __name__ == '__main__': app.run(host='0.0.0.0', port=5000)