Skip to content

Commit 92f502c

Browse files
author
novnc
committed
fix: remove static files copy and enable S3 bucket configuration in Lambda deploy workflow
1 parent 983aba3 commit 92f502c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-lambda.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
run: |
4444
mkdir -p lambda-artifacts
4545
mv -f bootstrap lambda-artifacts/bootstrap
46-
cp -r static lambda-artifacts/static
4746
ls -l lambda-artifacts
4847
4948
- name: Configure AWS credentials
@@ -82,7 +81,7 @@ jobs:
8281
handler: bootstrap
8382
publish: true
8483
role: ${{ secrets.LAMBDA_EXECUTION_ROLE }}
85-
#s3-bucket: "${{ vars.BUCKET }}"
84+
s3-bucket: "${{ vars.BUCKET }}"
8685
environment: '{"NCLIP_DYNAMODB_TABLE":"${{ vars.NCLIP_DYNAMODB_TABLE }}","GIN_MODE":"release"}'
8786

8887
- name: Post-deploy info

0 commit comments

Comments
 (0)