From 2b0d08e9733b97e3f439e99130408d49205642a0 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Tue, 18 Aug 2020 11:18:00 +0000 Subject: [PATCH 1/4] Commented out deployment steps from travis.yml file --- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73d9c0d..a232582 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-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 951cd1ddd9afd11bd74607c717286d41bc82a1c1 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Tue, 18 Aug 2020 11:44:13 +0000 Subject: [PATCH 2/4] Petty 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..1e8286e 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 Nilesh.

Date: Tue, 18 Aug 2020 11:51:39 +0000 Subject: [PATCH 3/4] test --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 611220e..e4e80e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,9 @@ COPY package.json ./ # Install dependencies RUN npm install +#RUN npm install -g npm-check-updates +#RUN npm install -g @angular/cli@latest + # Copy the source code from your work directory to the container's work directory COPY . . From 124f26cf1029a0977dbe6d3e73e271b5790bce3f Mon Sep 17 00:00:00 2001 From: Cloud User Date: Tue, 18 Aug 2020 11:56:38 +0000 Subject: [PATCH 4/4] m --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e4e80e4..611220e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,6 @@ COPY package.json ./ # Install dependencies RUN npm install -#RUN npm install -g npm-check-updates -#RUN npm install -g @angular/cli@latest - # Copy the source code from your work directory to the container's work directory COPY . .