From 352400241403389945275cd25a237ebd1e473508 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 15:55:46 +0000 Subject: [PATCH 01/12] small changes in App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 6366ef6..f42dc55 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() {
logo

- Edit src/App.js and save to reload by Abhinav. + Edit src/App.js and save to reload by Abhinav 123.

Date: Sat, 15 Aug 2020 16:02:18 +0000 Subject: [PATCH 02/12] changing in travis yml file with my path --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73d9c0d..af6c666 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ services: - docker before_install: - - docker build -t singhabhinav/react-project -f Dockerfile_dev . + - docker build -t anveshrao3/react-project -f Dockerfile_dev . script: - - docker run -e CI=true singhabhinav/react-project npm run test + - docker run -e CI=true anveshrao3/react-project npm run test deploy: provider: elasticbeanstalk From 4182a0d33f9e95ac775f76921eeae81ef554fe47 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 16:06:13 +0000 Subject: [PATCH 03/12] changing in travis yml file with my path --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index af6c666..a277c26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,14 +8,14 @@ before_install: script: - docker run -e CI=true anveshrao3/react-project npm run test -deploy: - provider: elasticbeanstalk - region: us-west-1 # Specify your region - app: "docker-react-project" # Copy it from Elastic Beanstalk dashboard - env: "DockerReactProject-env-2" # Copy it from Elastic Beanstalk dashboard - bucket_name: "elasticbeanstalk-us-west-1-034275272121" - bucket_path: "docker" - access_key_id: $AWS_ACCESS_KEY - secret_access_key: $AWS_SECRET_KEY +#deploy: + # provider: elasticbeanstalk + #region: us-west-1 # Specify your region + #app: "docker-react-project" # Copy it from Elastic Beanstalk dashboard + #env: "DockerReactProject-env-2" # Copy it from Elastic Beanstalk dashboard + #bucket_name: "elasticbeanstalk-us-west-1-034275272121" + #bucket_path: "docker" + #access_key_id: $AWS_ACCESS_KEY + #secret_access_key: $AWS_SECRET_KEY on: branch: master From dc2e3c95e8baf6f091fa4e0167de4f4650809eea Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 16:09:04 +0000 Subject: [PATCH 04/12] smallnew changes in App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index f42dc55..fa881f2 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() {
logo

- Edit src/App.js and save to reload by Abhinav 123. + Edit src/App.js and save to reload by Anvesh 123.

Date: Sat, 15 Aug 2020 16:18:29 +0000 Subject: [PATCH 05/12] changes to yml files --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a277c26..e909d9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ services: - docker before_install: - - docker build -t anveshrao3/react-project -f Dockerfile_dev . + - docker build -t singhabhinav/react-project -f Dockerfile_dev . script: - - docker run -e CI=true anveshrao3/react-project npm run test + - docker run -e CI=true singhabhinav/react-project npm run test #deploy: # provider: elasticbeanstalk From 11746aadd4c5afafd4ac26df6a28fcca94460e5f Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 15 Aug 2020 16:35:25 +0000 Subject: [PATCH 06/12] commenting changes to yml files --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index e909d9e..a232582 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,13 @@ script: - docker run -e CI=true singhabhinav/react-project npm run test #deploy: - # provider: elasticbeanstalk - #region: us-west-1 # Specify your region - #app: "docker-react-project" # Copy it from Elastic Beanstalk dashboard - #env: "DockerReactProject-env-2" # Copy it from Elastic Beanstalk dashboard - #bucket_name: "elasticbeanstalk-us-west-1-034275272121" - #bucket_path: "docker" - #access_key_id: $AWS_ACCESS_KEY - #secret_access_key: $AWS_SECRET_KEY - on: - branch: master +# provider: elasticbeanstalk +# region: us-west-1 # Specify your region +# app: "docker-react-project" # Copy it from Elastic Beanstalk dashboard +# env: "DockerReactProject-env-2" # Copy it from Elastic Beanstalk dashboard +# bucket_name: "elasticbeanstalk-us-west-1-034275272121" +# bucket_path: "docker" +# access_key_id: $AWS_ACCESS_KEY +# secret_access_key: $AWS_SECRET_KEY +# on: +# branch: master From 0cbe8af4a4d5f1243d5ccbf01fdd5be0b3fbc396 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 16 Aug 2020 15:42:44 +0000 Subject: [PATCH 07/12] added deploy instruction in travis file --- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index a232582..c9a24d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,14 +8,14 @@ before_install: script: - docker run -e CI=true singhabhinav/react-project npm run test -#deploy: -# provider: elasticbeanstalk -# region: us-west-1 # Specify your region -# app: "docker-react-project" # Copy it from Elastic Beanstalk dashboard -# env: "DockerReactProject-env-2" # Copy it from Elastic Beanstalk dashboard -# bucket_name: "elasticbeanstalk-us-west-1-034275272121" -# bucket_path: "docker" -# access_key_id: $AWS_ACCESS_KEY -# secret_access_key: $AWS_SECRET_KEY -# on: -# branch: master +deploy: + provider: elasticbeanstalk + region: us-east-2 # Specify your region + app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard + env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard + bucket_name: "elasticbeanstalk-us-east-2-784361934830" + bucket_path: "docker" + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + on: + branch: master From 194e8c56ff153fb44333aebfa863875a4d83f3ba Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 15:24:44 +0000 Subject: [PATCH 08/12] changes app file --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index fa881f2..e2a486e 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() {
logo

- Edit src/App.js and save to reload by Anvesh 123. + Edit src/App.js and save to reload by Anvesh Rao 123.

Date: Sat, 22 Aug 2020 16:12:31 +0000 Subject: [PATCH 09/12] Added Prod and staging deployments --- .travis.yml | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index c9a24d8..7bea4ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,24 @@ script: - docker run -e CI=true singhabhinav/react-project npm run test deploy: - provider: elasticbeanstalk - region: us-east-2 # Specify your region - app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard - env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard - bucket_name: "elasticbeanstalk-us-east-2-784361934830" - bucket_path: "docker" - access_key_id: $AWS_ACCESS_KEY - secret_access_key: $AWS_SECRET_KEY - on: - branch: master + - provider: elasticbeanstalk + region: us-east-2 # Specify your region + app: "react-project-docker" # Copy it from Elastic Beanstalk dashboard + env: "ReactProjectDocker-env" # Copy it from Elastic Beanstalk dashboard + bucket_name: "elasticbeanstalk-us-east-2-784361934830" + bucket_path: "docker" + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + on: + branch: master + - provider: elasticbeanstalk + region: us-east-2 # Specify your region + app: "react-project-docker-staging" # Copy it from Elastic Beanstalk dashboard + env: "ReactProjectDockerStaging-env" # Copy it from Elastic Beanstalk dashboard + bucket_name: "elasticbeanstalk-us-east-2-784361934830" + bucket_path: "docker" + access_key_id: $AWS_ACCESS_KEY + secret_access_key: $AWS_SECRET_KEY + on: + branch: staging + From 4960e44cfb23ea852f7d6b5ecaa183ef98e84091 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sat, 22 Aug 2020 16:35:44 +0000 Subject: [PATCH 10/12] change in travis yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7bea4ff..6b42152 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ deploy: access_key_id: $AWS_ACCESS_KEY secret_access_key: $AWS_SECRET_KEY on: - branch: master + branch: master - provider: elasticbeanstalk region: us-east-2 # Specify your region app: "react-project-docker-staging" # Copy it from Elastic Beanstalk dashboard @@ -28,5 +28,5 @@ deploy: access_key_id: $AWS_ACCESS_KEY secret_access_key: $AWS_SECRET_KEY on: - branch: staging + branch: staging From 5aae4e6cdc71663919d961df4c66cefd01aedd97 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Sun, 23 Aug 2020 14:53:16 +0000 Subject: [PATCH 11/12] change insecond feature App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index e2a486e..d4b5679 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() {
logo

- Edit src/App.js and save to reload by Anvesh Rao 123. + Edit src/App.js and save to reload by Anvesh Rao 123 second feature .

Date: Sun, 23 Aug 2020 15:02:39 +0000 Subject: [PATCH 12/12] changes in index file --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index ec2585e..ec4cd70 100644 --- a/src/index.css +++ b/src/index.css @@ -10,4 +10,5 @@ body { code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; + }