Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alp Deniz Ogut
Photos Web App
Commits
90ab5566
Commit
90ab5566
authored
2 years ago
by
Koen van der Veen
Browse files
Options
Download
Plain Diff
Merge branch 'docs-pipeline' into 'master'
Docs pipeline See merge request
memri/pod-explorer!9
parents
f34c6ee6
4eca6717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-0
.gitlab-ci.yml
with
10 additions
and
0 deletions
+10
-0
.gitlab-ci.yml
+
10
-
0
View file @
90ab5566
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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets