Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois authored Jul 12, 2021
1 parent 6ca8cb6 commit 1b779ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- 'release/**'
- develop
tags:
- '*'
env:
VERSION: 'dev'
jobs:
Expand Down Expand Up @@ -35,4 +37,4 @@ jobs:
- name: Deploy static images in examples to S3 bucket
run: aws s3 sync ./tests/_reference/ s3://cdn.brand.illinois.edu/toolkit/$VERSION/examples/static-images --acl bucket-owner-full-control
- name: Invalidate Cloudfront cache
run: aws cloudfront create-invalidation --distribution-id E2VPGHCUOM84HO --paths "/toolkit/$VERSION*"
run: aws cloudfront create-invalidation --distribution-id E2VPGHCUOM84HO --paths "/toolkit/$VERSION*"

0 comments on commit 1b779ff

Please sign in to comment.