Skip to content

Commit dfbe002

Browse files
Update deploy.yml
moved my_lambda inside the build
1 parent 8a00c35 commit dfbe002

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,7 @@ jobs:
6161
- name: Manually Create Deployment ZIP
6262
run: |
6363
zip -r my_lambda.zip dist/*
64-
echo "📂 Listing main project directory:"
65-
ls -lh
66-
echo "📂 Listing dist/ directory:"
67-
ls -lh dist/
68-
echo "Unzipping the my_lambda"
69-
unzip -l my_lambda.zip
64+
mkdir -p .build && mv my_lambda.zip .build/
7065
7166
- name: Deploy with Serverless
7267
env:

0 commit comments

Comments
 (0)