Skip to content

Commit

Permalink
Merge pull request #1048 from pokt-foundation/change-euc-canary-config
Browse files Browse the repository at this point in the history
Change eu-central-1 canary config
  • Loading branch information
rem1niscence authored Mar 1, 2023
2 parents 1cee5d9 + 430fc8a commit 953601e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
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

0 comments on commit 953601e

Please sign in to comment.