mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
wrap strings
This commit is contained in:
parent
f7b3808c56
commit
0ea3a20e3d
6
.github/workflows/deploy-next.yml
vendored
6
.github/workflows/deploy-next.yml
vendored
@ -36,9 +36,9 @@ jobs:
|
||||
uses: reggionick/s3-deploy@v4
|
||||
with:
|
||||
folder: dist
|
||||
bucket: ${{ secrets.S3_BUCKET }}
|
||||
bucket-region: us-east-1
|
||||
dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
|
||||
bucket: "${{ secrets.S3_BUCKET }}"
|
||||
bucket-region: "${{ secrets.S3_BUCKET_REGION }}"
|
||||
dist-id: "${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}"
|
||||
invalidation: /
|
||||
delete-removed: true
|
||||
no-cache: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user