We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9da86 commit 8bef228Copy full SHA for 8bef228
1 file changed
.github/workflows/deploy-app.yml
@@ -53,6 +53,8 @@ jobs:
53
54
- name: Upload to S3
55
run: |
56
+ cd src
57
+ ls -la
58
aws s3 cp deployment.zip \
59
s3://${{ steps.bucket.outputs.name }}/deployment.zip \
60
--metadata "git-commit=${{ github.sha }},git-branch=${{ github.ref_name }},deployed-by=github-actions"
0 commit comments