diff --git a/.github/workflows/canary-eu-central-1.yml b/.github/workflows/canary-eu-central-1.yml index 0126bbc9..0f89d0e6 100644 --- a/.github/workflows/canary-eu-central-1.yml +++ b/.github/workflows/canary-eu-central-1.yml @@ -1,10 +1,10 @@ # .github/workflows: DO NOT MODIFY HERE BUT RATHER REFER TO THEIR CORRESPONDING # TEMPLATE IN THE POCKET-GATEWWAY FOLDER OTHERWISE YOUR CHANGES WILL BE OVERWRITTEN -name: Terraform canary Deployment eu-central-1 +name: Terraform canary (Currently production) Deployment eu-central-1 on: push: - branches: [canary] + branches: [master] jobs: deploy: @@ -70,7 +70,7 @@ jobs: envkey_GATEWAY_HOST: ${{ secrets.GATEWAY_HOST }} envkey_REMOTE_REDIS_ENDPOINT: gateway-canary-redis.6iq570.clustercfg.euc1.cache.amazonaws.com envkey_REGION: 'eu-central-1' - envkey_REGION_NAME: '/canary/eu-central-1' + envkey_REGION_NAME: 'eu-central-1' file_name: .env - name: Build, tag, and push image to Amazon ECR diff --git a/pocket-gateway/tasks/canary/eu-central-1/canary-eu-central-1.yml b/pocket-gateway/tasks/canary/eu-central-1/canary-eu-central-1.yml index 528adf81..6e50882f 100644 --- a/pocket-gateway/tasks/canary/eu-central-1/canary-eu-central-1.yml +++ b/pocket-gateway/tasks/canary/eu-central-1/canary-eu-central-1.yml @@ -2,11 +2,11 @@ # TEMPLATE IN THE POCKET-GATEWWAY FOLDER OTHERWISE YOUR CHANGES WILL BE OVERWRITTEN {{! Template used to generate workflow file with shared-enviroments }} {{=[[ ]]=}} -name: Terraform canary Deployment eu-central-1 +name: Terraform canary (Currently production) Deployment eu-central-1 on: push: - branches: [canary] + branches: [master] jobs: deploy: @@ -36,7 +36,7 @@ jobs: [[/shared_envs]] envkey_REMOTE_REDIS_ENDPOINT: gateway-canary-redis.6iq570.clustercfg.euc1.cache.amazonaws.com envkey_REGION: 'eu-central-1' - envkey_REGION_NAME: '/canary/eu-central-1' + envkey_REGION_NAME: 'eu-central-1' file_name: .env - name: Build, tag, and push image to Amazon ECR diff --git a/pocket-gateway/tasks/production/ca-central-1/production-ca-central-1.yml b/pocket-gateway/tasks/production/ca-central-1/production-ca-central-1.yml index cd477d14..14fd5c69 100644 --- a/pocket-gateway/tasks/production/ca-central-1/production-ca-central-1.yml +++ b/pocket-gateway/tasks/production/ca-central-1/production-ca-central-1.yml @@ -58,7 +58,6 @@ jobs: container-name: gateway image: ${{ steps.build-image.outputs.image }} - - name: Deploy / ca-central-1 uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: diff --git a/pocket-gateway/tasks/production/eu-central-1/production-eu-central-1.yml b/pocket-gateway/tasks/production/eu-central-1/production-eu-central-1.yml index 61f75bc1..416d5f82 100644 --- a/pocket-gateway/tasks/production/eu-central-1/production-eu-central-1.yml +++ b/pocket-gateway/tasks/production/eu-central-1/production-eu-central-1.yml @@ -64,4 +64,4 @@ jobs: task-definition: ${{ steps.task-def-eu-central-1-gateway.outputs.task-definition }} service: gateway-prod cluster: gateway-prod - wait-for-service-stability: true \ No newline at end of file + wait-for-service-stability: true diff --git a/pocket-gateway/tasks/production/eu-south-1/production-eu-south-1.yml b/pocket-gateway/tasks/production/eu-south-1/production-eu-south-1.yml index 22deb437..52b5aa2c 100644 --- a/pocket-gateway/tasks/production/eu-south-1/production-eu-south-1.yml +++ b/pocket-gateway/tasks/production/eu-south-1/production-eu-south-1.yml @@ -58,7 +58,6 @@ jobs: container-name: gateway image: ${{ steps.build-image.outputs.image }} - - name: Deploy / eu-south-1 uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: