Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
feat: iframe versoning
Browse files Browse the repository at this point in the history
  • Loading branch information
zachferland committed May 29, 2020
1 parent a7a1d24 commit 9515c12
Show file tree
Hide file tree
Showing 3 changed files with 620 additions and 30,670 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
arguments: '--acl public-read --cache 604800'
from: public
overwrite: true
to: 's3://3id-connect-dev'
to: 's3://3id-connect-dev/v1'
- run:
name: "Invalidate CloudFront Cache"
command: aws cloudfront create-invalidation --distribution-id E3SV2UNQUEOU2O --paths /*
Expand All @@ -74,7 +74,7 @@ jobs:
arguments: '--acl public-read --cache 604800'
from: public
overwrite: true
to: 's3://3id-connect-prod'
to: 's3://3id-connect-prod/v1'
- run:
name: "Invalidate CloudFront Cache"
command: aws cloudfront create-invalidation --distribution-id E1CFVBE8FYHOZ0 --paths /*
Expand Down
Loading

0 comments on commit 9515c12

Please sign in to comment.