Skip to content

Commit

Permalink
Merge pull request #835 from rollbar/wj-cache-control
Browse files Browse the repository at this point in the history
Add cache-control
  • Loading branch information
waltjones authored Mar 6, 2020
2 parents 311bb0b + e5cab20 commit be56bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: jakejarvis/s3-sync-action@v0.5.1
with:
args: --follow-symlinks --delete
args: --cache-control "public, max-age=30672000" --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit be56bfa

Please sign in to comment.