Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Feb 2, 2024
1 parent a7aeadb commit 56923a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lambdas/upload_ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56923a5

Please sign in to comment.