Skip to content

Commit e71aaff

Browse files
committed
test
1 parent f48ee03 commit e71aaff

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy-app.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: deploy app
33
on:
44
push:
55
branches: [main]
6-
# paths:
7-
# - "src/handler/**"
6+
87

98
env:
109
AWS_REGION: eu-west-2
@@ -57,7 +56,7 @@ jobs:
5756
- name: Upload to S3
5857
run: |
5958
aws s3 cp deployment.zip \
60-
s3://${{ steps.bucket.outputs.name }}/lambda/deployment.zip \
59+
s3://${{ steps.bucket.outputs.name }}/deployment.zip \
6160
--metadata "git-commit=${{ github.sha }},git-branch=${{ github.ref_name }},deployed-by=github-actions"
6261
6362
echo "Uploaded deployment package to S3"

src/handler/deployment.zip

7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)