File tree Expand file tree Collapse file tree 3 files changed +0
-176
lines changed
.reaction/devops/aws/services/service-storefront Expand file tree Collapse file tree 3 files changed +0
-176
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9494 | xargs -t -I % \
9595 docker push "$DOCKER_REPOSITORY:%"
9696
97- deploy-to-ecs :
98- << : *defaults
99- steps :
100- - checkout
101- - run :
102- name : Deploy new task definition and update service in ECS
103- command : |
104- .circleci/bin/ecs-deploy.sh
105-
10697 lint-javascript :
10798 << : *defaults
10899 steps :
@@ -149,51 +140,6 @@ jobs:
149140 - store_artifacts :
150141 path : reports
151142
152- e2e-test :
153- << : *defaults
154- steps :
155- - checkout
156- - setup_remote_docker
157- - attach_workspace :
158- at : docker-cache
159- - run :
160- name : Load Docker Image
161- command : |
162- docker load < docker-cache/docker-image.tar
163- - run :
164- name : Integration Test
165- command : |
166- docker run -e URL=${STAGING_URL} --env-file .env.example --name reaction_app_next_starterkit "$DOCKER_REPOSITORY:$CIRCLE_SHA1" yarn run test:integration
167- - run :
168- name : Install Broken Link Checker
169- command : |
170- yarn add broken-link-checker
171- - run :
172- name : Broken Link Test
173- command : |
174- ./node_modules/.bin/blc ${STAGING_URL} -ro -filter=3 -e
175-
176- test-metrics :
177- << : *defaults
178- steps :
179- - checkout
180- - run :
181- name : California
182- command : |
183- .circleci/bin/calibre-deploy.sh ${STAGING_URL} California
184- - run :
185- name : North Virginia
186- command : |
187- .circleci/bin/calibre-deploy.sh ${STAGING_URL} NorthVirginia
188- - run :
189- name : London
190- command : |
191- .circleci/bin/calibre-deploy.sh ${STAGING_URL} London
192- - run :
193- name : Frankfurt
194- command : |
195- .circleci/bin/calibre-deploy.sh ${STAGING_URL} Frankfurt
196-
197143 snyk-security :
198144 << : *defaults
199145 steps :
@@ -242,19 +188,7 @@ workflows:
242188 context : reaction-validation
243189 requires :
244190 - docker-build
245- - test-metrics :
246- requires :
247- - deploy-to-ecs
248191 - snyk-security :
249192 context : reaction-validation
250193 requires :
251194 - docker-build
252- - deploy-to-ecs :
253- requires :
254- - docker-push
255- filters :
256- branches :
257- only : /^develop$/
258- - e2e-test :
259- requires :
260- - deploy-to-ecs
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments