added cloudfront cache clearing to circleci s3 deploy

pull/37/head
Scott Anderson 2019-01-23 18:03:06 -07:00
parent 733ba17948
commit 7b142ecccc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
at: workspace
- run:
name: Deploy to S3
command: $HOME/bin/s3deploy -source=workspace/public/ -bucket=$BUCKET -region=$REGION
command: $HOME/bin/s3deploy -source=workspace/public/ -bucket=$BUCKET -region=$REGION -distribution-id=$CF_DISTRIBUTION_ID
workflows:
version: 2