Skip to content

Commit 8bef228

Browse files
committed
test
1 parent 0e9da86 commit 8bef228

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
5454
- name: Upload to S3
5555
run: |
56+
cd src
57+
ls -la
5658
aws s3 cp deployment.zip \
5759
s3://${{ steps.bucket.outputs.name }}/deployment.zip \
5860
--metadata "git-commit=${{ github.sha }},git-branch=${{ github.ref_name }},deployed-by=github-actions"

0 commit comments

Comments
 (0)