Skip to content
Snippets Groups Projects
Commit 753620b9 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Replacing yml with yaml in config.(template.)yaml.

parent 57719a8e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -48,7 +48,7 @@ deploy_development:
script:
- export TAG=dev
- export CONTENT_INDEXER_BIND_PORT=4000
- envsubst < config.template.yml > config.yml
- envsubst < config.template.yaml > config.yaml
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker-compose pull
- docker-compose --project-name service-email-${TAG} up -d --force-recreate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment