Skip to content

Bump badsyntax/github-action-aws-s3 from 9537cd6d2013140b1d4e11ff526c5d75084c01df to 0.0.1 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CloudFrontRootHosts=cloudfront-action.richardwillis.info&
CertificateARN=arn:aws:acm:us-east-1:008215002370:certificate/cfb34309-b9bb-4f63-9af3-51026b8107d6

- uses: badsyntax/github-action-aws-s3@9537cd6d2013140b1d4e11ff526c5d75084c01df
- uses: badsyntax/github-action-aws-s3@1484cceff7191d27fde60397bea4fc2dbbcb063a
name: Sync mutable HTML files to S3
id: sync-html-s3
with:
Expand All @@ -56,7 +56,7 @@ jobs:
stripExtensionGlob: '**/**.html'
cacheControl: 'public,max-age=0,s-maxage=31536000,must-revalidate'

- uses: badsyntax/github-action-aws-s3@9537cd6d2013140b1d4e11ff526c5d75084c01df
- uses: badsyntax/github-action-aws-s3@1484cceff7191d27fde60397bea4fc2dbbcb063a
name: Sync immutable files to S3
id: sync-immutable-s3
with:
Expand Down