We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd8b6d commit 52dfe6cCopy full SHA for 52dfe6c
.github/workflows/deploy.yml
@@ -66,6 +66,8 @@ jobs:
66
67
- name: Sync to S3
68
run: |
69
+ aws --version
70
+
71
aws s3 sync ./build s3://${{ secrets.KISE_BUCKET }} \
72
--endpoint-url ${{ secrets.KISE_HOST }} \
73
--delete \
0 commit comments