Skip to content

Commit

Permalink
fix regions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Feb 1, 2024
1 parent f103e09 commit 618923e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
aws-region: us-east-1
- name: Upload zips to Prod S3
run: |
primary_region=us-east-1
regions=$(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text)
lambda_name=$(basename "$(pwd)")
Expand All @@ -75,6 +76,7 @@ jobs:
aws-region: us-gov-east-1
- name: Upload zips to GovCloud S3
run: |
primary_region=us-gov-east-1
regions=$(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text)
lambda_name=$(basename "$(pwd)")
Expand Down

0 comments on commit 618923e

Please sign in to comment.