From 281f4b195cd25623288855a22463f923dedd800b Mon Sep 17 00:00:00 2001 From: smrizzo Date: Sat, 12 Jan 2019 23:38:20 -0800 Subject: [PATCH 1/3] Create app.js --- app.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 app.js diff --git a/app.js b/app.js new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/app.js @@ -0,0 +1 @@ + From faedb56df32c01a0bc037c1c736f9ecf6d732b3c Mon Sep 17 00:00:00 2001 From: smrizzo Date: Sat, 12 Jan 2019 23:44:05 -0800 Subject: [PATCH 2/3] Create package.json --- package.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/package.json @@ -0,0 +1 @@ + From 8fb6403ff1c57cab140554095beeeb981200d6af Mon Sep 17 00:00:00 2001 From: smrizzo Date: Sun, 13 Jan 2019 00:06:15 -0800 Subject: [PATCH 3/3] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d971cf9e0..7b45ea7c3 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,8 @@

Congratulations!

-

You have 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.

+

You have successfully created a pipeline that retrieved this source application from GitHub and deployed it to one Amazon EC2 instance using AWS Elastic Beanstalk. You’re one step closer to practicing continuous deployment! +

For next steps, read the AWS CodePipeline Documentation.