From 32ef6d6ebfd37600a8479ffa5e49f431fc005894 Mon Sep 17 00:00:00 2001 From: andrewquang512 Date: Sun, 24 Dec 2023 15:24:05 +0700 Subject: [PATCH] Update CI --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d7bac80..3482395 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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: |