Circleci project setup (#1)
This commit is contained in:
parent
c0a2bc6a81
commit
4adaf86dcd
2 changed files with 38 additions and 2 deletions
|
@ -2,8 +2,8 @@ order = [".jpg$", ".gif$"]
|
|||
|
||||
[[targets]]
|
||||
name = "aws-s3"
|
||||
URL = "$S3URL"
|
||||
cloudFrontDistributionID = "$cloudFrontDistributionID"
|
||||
URL = "{{S3URL}}"
|
||||
cloudFrontDistributionID = "{{CLOUDFRONTDISTRIBUTIONID}}"
|
||||
|
||||
[[matchers]]
|
||||
# Cache static assets for 1 year.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue