Skip to content

Commit

Permalink
es/indexer -> indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Feb 9, 2024
1 parent f9a4daf commit 1052ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
path:
- access_counts
- es/indexer
- indexer
- pkgevents
- pkgpush
- pkgselect
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
aws-region: us-east-1
- name: Upload zips to Prod S3
run: |
s3_key="$(basename ${{ matrix.path }})/${{ github.sha }}.zip"
s3_key="${{ matrix.path }}/${{ github.sha }}.zip"
./lambdas/scripts/upload_zip.sh ./out.zip "$AWS_REGION" "$s3_key"
- name: Configure AWS credentials from GovCloud account
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -62,7 +62,7 @@ jobs:
aws-region: us-gov-east-1
- name: Upload zips to GovCloud S3
run: |
s3_key="$(basename ${{ matrix.path }})/${{ github.sha }}.zip"
s3_key="${{ matrix.path }}/${{ github.sha }}.zip"
./lambdas/scripts/upload_zip.sh ./out.zip "$AWS_REGION" "$s3_key"
deploy-lambda-ecr:
Expand Down

0 comments on commit 1052ef0

Please sign in to comment.