mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-07 18:53:52 +02:00
wrap strings
This commit is contained in:
6
.github/workflows/deploy-next.yml
vendored
6
.github/workflows/deploy-next.yml
vendored
@@ -36,9 +36,9 @@ jobs:
|
|||||||
uses: reggionick/s3-deploy@v4
|
uses: reggionick/s3-deploy@v4
|
||||||
with:
|
with:
|
||||||
folder: dist
|
folder: dist
|
||||||
bucket: ${{ secrets.S3_BUCKET }}
|
bucket: "${{ secrets.S3_BUCKET }}"
|
||||||
bucket-region: us-east-1
|
bucket-region: "${{ secrets.S3_BUCKET_REGION }}"
|
||||||
dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
|
dist-id: "${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}"
|
||||||
invalidation: /
|
invalidation: /
|
||||||
delete-removed: true
|
delete-removed: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
|
Reference in New Issue
Block a user