Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
403
Merge Requests
68
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
d04cf65a
Commit
d04cf65a
authored
23 hours ago
by
Mark Harding
Browse files
Options
Download
(chore): set cache headers on s3 bucket when deploying
parent
25be8190
master
chore/reduce-bundle-size
No related merge requests found
Pipeline
#118181412
waiting for manual action with stages
in 91 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
View file @
d04cf65a
...
...
@@ -294,7 +294,7 @@ review:stop:
-
docker:dind
script
:
## Sync assets with CDN
-
aws s3 sync dist $S3_REPOSITORY_URL
-
aws s3 sync dist $S3_REPOSITORY_URL
--cache-control max-age=31536000
-
$(aws ecr get-login --no-include-email --region us-east-1)
## Update docker server container
-
docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} ${CI_REGISTRY}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment