Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change eu-central-1 canary config #1048

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/canary-eu-central-1.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
wait-for-service-stability: true
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down