Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonu-96 authored Jul 30, 2024
1 parent 6116080 commit 559594e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: deploy
run: |
zip -r deploy.zip ./src
cd ./src
zip -r deploy.zip .
aws lambda update-function-code --function-name=enigma_lambda --zip-file=fileb://deploy.zip
- name: Create/Update Lambda Layer
Expand Down

0 comments on commit 559594e

Please sign in to comment.