Skip to content

Commit 7ad78ab

Browse files
committed
Remove .git before upload
1 parent a5dde3c commit 7ad78ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
- name: Build distribution
2020
run: |
2121
make dist
22+
rm -rf .git
2223
- uses: jakejarvis/s3-sync-action@master
2324
with:
2425
args: --cache-control max-age=30 --metadata-directive REPLACE
2526
env:
27+
AWS_REGION: us-east-2
2628
AWS_S3_BUCKET: miracle.xania.org
2729
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2830
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)