Merge branch 'add-ssl' into 'master'

add cloudfront cache invalidation to ci

See merge request softinio/softinio.com!11
This commit is contained in:
Salar Rahmanian 2017-12-17 01:52:36 +00:00
commit 1e44952695

View file

@ -1,7 +1,6 @@
# .gitlab-ci.yml
image: publysher/hugo
production:
type: deploy
before_script:
@ -11,6 +10,7 @@ production:
script:
- hugo
- aws s3 sync public/ s3://$AWS_BUCKET
- aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
artifacts:
paths:
- public