Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
indexers
editorial-content
Commits
753620b9
Commit
753620b9
authored
Mar 19, 2019
by
Alessandro CERIONI
Browse files
Replacing yml with yaml in config.(template.)yaml.
parent
57719a8e
Pipeline
#3235
passed with stages
in 25 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
753620b9
...
@@ -48,7 +48,7 @@ deploy_development:
...
@@ -48,7 +48,7 @@ deploy_development:
script
:
script
:
-
export TAG=dev
-
export TAG=dev
-
export CONTENT_INDEXER_BIND_PORT=4000
-
export CONTENT_INDEXER_BIND_PORT=4000
-
envsubst < config.template.yml > config.yml
-
envsubst < config.template.y
a
ml > config.y
a
ml
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker-compose pull
-
docker-compose pull
-
docker-compose --project-name service-email-${TAG} up -d --force-recreate
-
docker-compose --project-name service-email-${TAG} up -d --force-recreate
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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