Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Dec 24, 2023
1 parent efbccad commit 32ef6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
cp -r src/prisma_modules dist/prisma_modules
zip -r code.zip dist
aws lambda update-function-code --function-name images-social-backend-service --zip-file fileb://code.zip
aws s3 cp ${GITHUB_WORKSPACE}/code.zip s3://image-social-backend-service-source/code.zip
- name: Update Node Modules
run: |
Expand Down

0 comments on commit 32ef6d6

Please sign in to comment.