Skip to content

Commit

Permalink
Deploy also to mumbai (#50)
Browse files Browse the repository at this point in the history
The new region was just added.
  • Loading branch information
adolsalamanca authored Dec 4, 2024
1 parent a120a1b commit a55fb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
region: [us-east-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-2, us-east-2, ap-southeast-1, ap-northeast-1, eu-west-2, ca-central-1, sa-east-1]
region: [us-east-1, us-west-2, eu-west-1, eu-central-1, ap-southeast-2, us-east-2, ap-southeast-1, ap-northeast-1, eu-west-2, ca-central-1, sa-east-1, ap-south-1]
runs-on: ${{ inputs.env }}-${{ matrix.region }}
name: Deploy-all ${{ inputs.env }}-${{ matrix.region }}@${{ inputs.tag }}
steps:
Expand Down

0 comments on commit a55fb7d

Please sign in to comment.