From fef8449532c11c2e7b417d459d61d6ac0930a29a Mon Sep 17 00:00:00 2001 From: girivelan Date: Wed, 29 Jan 2025 09:47:32 +0530 Subject: [PATCH 01/21] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d971cf9e0..bfdc773d2 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@

Congratulations!

-

You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it +

I am M023076 GIRIVELAN successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it to three Amazon EC2 instances using AWS CodeDeploy.

For next steps, read the AWS CodePipeline Documentation.

From 6937dbf6dbdb930f11bd1fe914eb23070d1dc1c5 Mon Sep 17 00:00:00 2001 From: girivelan Date: Thu, 30 Jan 2025 09:18:05 +0530 Subject: [PATCH 02/21] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bfdc773d2..16fa24d59 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Sample Deployment + + + Deployment Success + -
-

Congratulations!

-

I am M023076 GIRIVELAN and UPDATED NEWLY successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it - to three Amazon EC2 instances using AWS CodeDeploy.

-

For next steps, read the AWS CodePipeline Documentation.

-
+
+

🚀 Deployment Successful! 🎉

+

Your application has been successfully deployed using AWS CodePipeline.

+ Learn More +
- From fd3929fa25e6e3428c9ddf4a9a4bb3bd58692904 Mon Sep 17 00:00:00 2001 From: girivelan Date: Fri, 7 Feb 2025 09:28:09 +0530 Subject: [PATCH 09/21] Update index.html --- index.html | 95 +++++++++++++++++++++++++----------------------------- 1 file changed, 44 insertions(+), 51 deletions(-) diff --git a/index.html b/index.html index 2c0c35383..157475164 100644 --- a/index.html +++ b/index.html @@ -1,57 +1,50 @@ - + - - - Deployment Success - + + Sample Deployment + -
-

🚀 Deployment Successful! 🎉

-

Your application has been successfully deployed using AWS CodePipeline.

- Learn More -
+
+

🎉 Congratulations! 🎉

+

I am M023076 GIRIVELAN and UPDATED NEWLY successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it + to three Amazon EC2 instances using AWS CodeDeploy.

+

For next steps, read the AWS CodePipeline Documentation.

+
From afb17c74c1e949dde1ea8914d7253fb85aba4e14 Mon Sep 17 00:00:00 2001 From: girivelan Date: Fri, 7 Feb 2025 09:30:59 +0530 Subject: [PATCH 10/21] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 157475164..9badd9f71 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,8 @@ Sample Deployment + + + Deployment Success + -
-

🎉 Congratulations! 🎉

-

I am M023076 GIRIVELAN and UPDATED NEWLY successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it - to three Amazon EC2 instances using AWS CodeDeploy.

-

For next steps, read the AWS CodePipeline Documentation.

-
+
+

🚀 Deployment Successful! 🎉

+

I have completed my Practicals with NEWLY updated application, like I changes the Colour and Font has been successfully deployed using AWS CodePipeline.

+ Learn More +
From 8a8243e051517abe9c63b6449b750167fda1310d Mon Sep 17 00:00:00 2001 From: girivelan Date: Fri, 7 Feb 2025 09:42:21 +0530 Subject: [PATCH 13/21] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a93fcc3ed..349bbd260 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@

🚀 Deployment Successful! 🎉

-

I have completed my Practicals with NEWLY updated application, like I changes the Colour and Font has been successfully deployed using AWS CodePipeline.

+

I am Girivelan and I have completed my Practicals with NEWLY updated application, like I changes the Colour and Font has been successfully deployed using AWS CodePipeline.

Learn More
From af127669a1bbc7276ad45e5605496f42c5f6505c Mon Sep 17 00:00:00 2001 From: girivelan Date: Mon, 17 Feb 2025 08:54:36 +0530 Subject: [PATCH 14/21] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 349bbd260..9865a0c6a 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@

🚀 Deployment Successful! 🎉

-

I am Girivelan and I have completed my Practicals with NEWLY updated application, like I changes the Colour and Font has been successfully deployed using AWS CodePipeline.

+

I am Girivelan and I have completed my first level of pipeine, like I changes the Colour and Font has been successfully deployed using AWS CodePipeline.

Learn More
From 7dfd9873289f7045d62daebd54b7499c71c6fdfb Mon Sep 17 00:00:00 2001 From: girivelan Date: Tue, 18 Feb 2025 09:30:36 +0530 Subject: [PATCH 15/21] Create Dockerfile --- Dockerfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..c2250fc02 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,27 @@ +# # Use the official Nginx image as a base +# FROM nginx:1.25 + +# # Create a non-root user and switch to it +# RUN addgroup --system nginx && adduser --system --ingroup nginx nginx +# USER nginx + +# # Copy your custom configuration or HTML files if needed +# COPY --chown=nginx:nginx index.html /usr/share/nginx/html/ + +# # Expose port 80 +# EXPOSE 80 + +# # Start Nginx +# CMD ["nginx", "-g", "daemon off;"] + +# Use the official Nginx image as a base +FROM nginx:1.25 + +# Copy the index.html file to the default Nginx web directory +COPY index.html /usr/share/nginx/html/ + +# Expose port 80 +EXPOSE 80 + +# Start Nginx +CMD ["nginx", "-g", "daemon off;"] From 1ba92d3848551a11c96036299e6390a3cdd25b19 Mon Sep 17 00:00:00 2001 From: girivelan Date: Wed, 19 Feb 2025 09:06:47 +0530 Subject: [PATCH 16/21] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9865a0c6a..5e6aa17f3 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@

🚀 Deployment Successful! 🎉

-

I am Girivelan and I have completed my first level of pipeine, like I changes the Colour and Font has been successfully deployed using AWS CodePipeline.

+

I am Girivelan and I have changed the pipeline, like I changes the Colour and Font has been successfully deployed using AWS CodePipeline.

Learn More
From ab8c6b30de9cfabd52ad21e98235024f6c97de85 Mon Sep 17 00:00:00 2001 From: girivelan Date: Thu, 27 Feb 2025 09:04:45 +0530 Subject: [PATCH 17/21] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5e6aa17f3..815540aea 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@

🚀 Deployment Successful! 🎉

-

I am Girivelan and I have changed the pipeline, like I changes the Colour and Font has been successfully deployed using AWS CodePipeline.

+

I am Girivelan and I have created the codepipeline using EC2 and has been successfully deployed using AWS CodePipeline.

Learn More
From b5b402401835230cc9dc63fe54feeca921641971 Mon Sep 17 00:00:00 2001 From: girivelan Date: Fri, 28 Feb 2025 11:46:40 +0530 Subject: [PATCH 18/21] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 815540aea..e3923d08d 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@

🚀 Deployment Successful! 🎉

-

I am Girivelan and I have created the codepipeline using EC2 and has been successfully deployed using AWS CodePipeline.

+

I am Girivelan and I have created the codepipeline using EC2 and has been successfully deployed.

Learn More
From 7e4cbc37bfc93aabc2ea725a6733fd38f3c3c660 Mon Sep 17 00:00:00 2001 From: girivelan Date: Fri, 14 Nov 2025 10:43:01 +0530 Subject: [PATCH 19/21] Add new line to giri.txt --- giri.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/giri.txt b/giri.txt index 3b2aed8e0..7cbbfc2c6 100644 --- a/giri.txt +++ b/giri.txt @@ -1 +1,2 @@ this is a new file +i have inserted something new line in this file From 7717f7d926eddccdd5f3463130bee390df97c2a7 Mon Sep 17 00:00:00 2001 From: girivelan Date: Fri, 14 Nov 2025 10:46:26 +0530 Subject: [PATCH 20/21] Add new line to giri.txt --- giri.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/giri.txt b/giri.txt index 7cbbfc2c6..9f26343f4 100644 --- a/giri.txt +++ b/giri.txt @@ -1,2 +1,3 @@ this is a new file i have inserted something new line in this file +thank you From d6afaf632994e2c09affdbce2b9f6a9987a5aed7 Mon Sep 17 00:00:00 2001 From: girivelan Date: Fri, 14 Nov 2025 10:50:08 +0530 Subject: [PATCH 21/21] Add new line indicating changes in giri.txt --- giri.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/giri.txt b/giri.txt index 9f26343f4..9e7af5432 100644 --- a/giri.txt +++ b/giri.txt @@ -1,3 +1,4 @@ this is a new file i have inserted something new line in this file thank you +changes happen