Skip to content

Commit fdf307f

Browse files
committed
test
1 parent c5c8e93 commit fdf307f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939

4040
- name: Package Lambda function
4141
run: |
42-
cd src
43-
zip -r deployment.zip . -x "*.git*" -x "node_modules/aws-sdk/*"
42+
cd src/handler
43+
zip -r ../../deployment.zip . -x "*.git*" -x "node_modules/aws-sdk/*"
4444
4545
- name: Get artifacts bucket name
4646
id: bucket
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Upload to S3
5555
run: |
56-
cd src
56+
cd src/handler
5757
ls -la
5858
aws s3 cp deployment.zip \
5959
s3://${{ steps.bucket.outputs.name }}/deployment.zip \

0 commit comments

Comments
 (0)