Commit 90ab5566 authored by Koen van der Veen's avatar Koen van der Veen
Browse files

Merge branch 'docs-pipeline' into 'master'

Docs pipeline

See merge request memri/pod-explorer!9
parents f34c6ee6 4eca6717
Showing with 10 additions and 0 deletions
+10 -0
image: alpine:latest
deploy:
stage: deploy
image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest
script:
- ls -ltrh
- aws s3 sync public/ s3://${StaticAppBucket}/data.memri.io --delete
- aws cloudfront create-invalidation --distribution-id ${DataDistributionId} --paths "/*"
only:
- master
pages:
stage: deploy
script:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment