Skip to content

Commit

Permalink
making it so that merge to UAT / PROD does not automatically restart …
Browse files Browse the repository at this point in the history
…servers. We will likely want to be more intentional with timing (#119)
  • Loading branch information
willmeister authored Apr 29, 2020
1 parent d62ba3d commit 09a49dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/synthetix-prod-ecr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
AWS_ACCOUNT_NUMBER: ${{ secrets.AWS_CI_AWS_ACCOUNT_ID }}
run: ./docker/publish-rollup-fullnode-container.sh synthetix-prod

- name: Stop existing ECS tasks to auto-start task with new image
run: |
./.github/scripts/stop-ecs-task.sh synthetix-prod-web synthetix-prod-web
./.github/scripts/stop-ecs-task.sh synthetix-prod-geth synthetix-prod-geth
- name: Logout of Amazon ECR
if: always()
run: docker logout ${{ steps.login-ecr.outputs.registry }}
5 changes: 0 additions & 5 deletions .github/workflows/synthetix-uat-ecr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
AWS_ACCOUNT_NUMBER: ${{ secrets.AWS_CI_AWS_ACCOUNT_ID }}
run: ./docker/publish-rollup-fullnode-container.sh synthetix-uat

- name: Stop existing ECS tasks to auto-start task with new image
run: |
./.github/scripts/stop-ecs-task.sh synthetix-uat-web synthetix-uat-web
./.github/scripts/stop-ecs-task.sh synthetix-uat-geth synthetix-uat-geth

- name: Logout of Amazon ECR
if: always()
Expand Down

0 comments on commit 09a49dc

Please sign in to comment.