From 56923a5309a79204348d10b85392cd35eb484e44 Mon Sep 17 00:00:00 2001 From: Dima Ryazanov Date: Thu, 1 Feb 2024 23:17:43 -0800 Subject: [PATCH] wip --- .github/workflows/deploy-lambdas.yml | 2 +- lambdas/upload_ecr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-lambdas.yml b/.github/workflows/deploy-lambdas.yml index 57175c142ab..18f5c763a7b 100644 --- a/.github/workflows/deploy-lambdas.yml +++ b/.github/workflows/deploy-lambdas.yml @@ -87,7 +87,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt - aws-region: us-west-2 + aws-region: us-east-2 - name: Push Docker image to Prod ECR run: ./lambdas/upload_ecr.sh 730278974607 quiltdata/lambdas/${{ matrix.path }}:${{ github.sha }} # - name: Configure AWS credentials from GovCloud account diff --git a/lambdas/upload_ecr.sh b/lambdas/upload_ecr.sh index 1c99eedf96b..575017f7780 100755 --- a/lambdas/upload_ecr.sh +++ b/lambdas/upload_ecr.sh @@ -12,7 +12,7 @@ error() { account_id=$1 image_name=$2 -regions="us-east-2 us-east-1" # $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text) +regions="us-east-2" # $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text) for region in $regions do