From 8f67b52aa71416ca72d09627c58b8885a75523d0 Mon Sep 17 00:00:00 2001 From: "abhirgangurde56@gmail.com" Date: Tue, 23 Jul 2024 13:54:33 +0530 Subject: [PATCH 1/4] new changes done --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 541532ebe..a6186d87b 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('Hello World!')); +app.get('/', (req, res) => res.send('This is demo app')); app.listen(port); console.log(`App running on http://localhost:${port}`); From 965aab473954ba8e3deb7c65fa221dbbd738936c Mon Sep 17 00:00:00 2001 From: AbhishekGangurdeAdmin Date: Fri, 25 Jul 2025 16:28:36 +0530 Subject: [PATCH 2/4] change message in app.js file --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a6186d87b..15a7ef785 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('This is demo app')); +app.get('/', (req, res) => res.send('This is demo app for CI/CD pipeline')); app.listen(port); console.log(`App running on http://localhost:${port}`); From 9bc73bb7e35a41075a24f069fbc45da296f21e76 Mon Sep 17 00:00:00 2001 From: AbhishekGangurdeAdmin Date: Fri, 25 Jul 2025 17:09:41 +0530 Subject: [PATCH 3/4] Full pipeline test --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 15a7ef785..248f85153 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,8 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('This is demo app for CI/CD pipeline')); +app.get('/', (req, res) => res.send('This is demo app for CI/CD pipeline failed')); app.listen(port); console.log(`App running on http://localhost:${port}`); + From d14579e336e9f38ac995346dd390bf7f1fe09077 Mon Sep 17 00:00:00 2001 From: Abhishek Rajendra Gangurde Date: Thu, 4 Sep 2025 14:31:44 +0530 Subject: [PATCH 4/4] new s3.tf file added --- s3_main.tf | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 s3_main.tf diff --git a/s3_main.tf b/s3_main.tf new file mode 100644 index 000000000..e69de29bb