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 a5dde3c commit 7ad78abCopy full SHA for 7ad78ab
.github/workflows/deploy.yml
@@ -19,10 +19,12 @@ jobs:
19
- name: Build distribution
20
run: |
21
make dist
22
+ rm -rf .git
23
- uses: jakejarvis/s3-sync-action@master
24
with:
25
args: --cache-control max-age=30 --metadata-directive REPLACE
26
env:
27
+ AWS_REGION: us-east-2
28
AWS_S3_BUCKET: miracle.xania.org
29
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
30
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments