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 32ef6d6 commit ef81768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +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
aws s3 cp ${GITHUB_WORKSPACE}/code.zip s3://image-social-backend-server-source/code.zip
- name: Update Node Modules
run: |
Expand Down

0 comments on commit ef81768

Please sign in to comment.