Skip to content

Commit

Permalink
Update layerpipeline.yaml
Browse files Browse the repository at this point in the history
No progress bar
upload zip
  • Loading branch information
sansmoraxz committed May 25, 2023
1 parent 3d2363d commit e838f3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/layerpipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
zip -r lambda.zip python
- name: Upload zip to S3
run: aws s3 cp lambda.zip s3://${{ secrets.AWS_BUCKET }}/${{ github.event.repository.name }}-${{ github.sha }}.zip
run: aws s3 cp
lambda.zip
s3://${{ secrets.AWS_BUCKET }}/${{ github.event.repository.name }}-${{ github.sha }}.zip
--no-progress

- name: Deploy layer for AWS Lambda
env:
AWS_BUCKET: aedp-lambda-layer-eu-west-3
Expand Down

0 comments on commit e838f3d

Please sign in to comment.