Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Feb 9, 2024
1 parent 46ba772 commit c941695
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy lambdas to S3 and ECR

on:
push:
branches:
- master
# branches:
# - master
paths:
- '.github/workflows/deploy-lambdas.yml'
- 'lambdas/**'
Expand Down Expand Up @@ -51,6 +51,9 @@ jobs:
aws-region: us-east-1
- name: Upload zips to Prod S3
run: |
git config --get remote.origin.url
git diff-index HEAD --
git rev-parse HEAD
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
Expand Down

0 comments on commit c941695

Please sign in to comment.