Skip to content

Commit

Permalink
Removing us-west-2 from dev deployments (#32)
Browse files Browse the repository at this point in the history
We have removed that region in dev, so we don't need it anymore.
  • Loading branch information
adolsalamanca authored Apr 25, 2024
1 parent f465c62 commit fedd25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
region: [us-east-1, us-west-2, eu-central-1]
region: [us-east-1, eu-central-1]
runs-on: ${{ inputs.env }}-${{ matrix.region }}
name: Deploy-all ${{ inputs.env }}-${{ matrix.region }}@${{ inputs.tag }}
steps:
Expand All @@ -244,7 +244,6 @@ jobs:
env:
ORG_KUBECONFIG_DEV: ${{ secrets.ORG_KUBECONFIG_DEV }}
ORG_KUBECONFIG_DEV_EU_CENTRAL_1: ${{ secrets.ORG_KUBECONFIG_DEV_EU_CENTRAL_1 }}
ORG_KUBECONFIG_DEV_US_WEST_2: ${{ secrets.ORG_KUBECONFIG_DEV_US_WEST_2 }}
with:
aws-access-key-id: ${{ secrets.ORG_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.ORG_AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
required: true
default: ''
region:
description: 'AWS Region: all|us-east-1|eu-west-1|us-west-2'
description: 'AWS Region: all|us-east-1|eu-central-1'
required: true
default: 'us-east-1'

Expand Down

0 comments on commit fedd25c

Please sign in to comment.