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 4082ce0 commit eef225fCopy full SHA for eef225f
.github/workflows/build.yml
@@ -71,5 +71,8 @@ jobs:
71
role-to-assume: arn:aws:iam::832054921972:role/masto-fe-standaloneDeployRole
72
- name: Deploy to S3
73
run: |
74
- aws s3 sync ./public s3://masto-fe-standalone --delete --acl public-read --cache-control "max-age=3600, public"
+ aws s3 sync ./public s3://$S3_BUCKET_NAME --delete
75
#aws cloudfront create-invalidation --distribution-id
76
+ env:
77
+ S3_BUCKET_NAME: ${{ vars.S3_BUCKET_NAME }}
78
+
0 commit comments