Testing the Gitea CI/CD pipeline

This commit is contained in:
Arul Gupta
2026-07-03 11:44:11 +01:00
parent 2baed98b7e
commit 3b31eb28bf
+1 -1
View File
@@ -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)