Skip to content
Snippets Groups Projects
Commit d88da298 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Use the new docker registry 'registry.forge.grandlyon.com' and update package.json version to 1.1.3

parent 4ffee32a
No related branches found
No related tags found
1 merge request!1v1.1.3
Pipeline #3237 passed
......@@ -66,8 +66,9 @@ deploy_staging:
- envsubst < config.template.yml > config.yml
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- TAG=dev docker-compose pull
- docker tag $CI_REGISTRY/refonte-data/content-indexer:dev $CI_REGISTRY/refonte-data/content-indexer:${TAG}
- docker push $CI_REGISTRY/refonte-data/content-indexer:${TAG}
- export REGISTRY_PATH=web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/indexers/editorial-content
- docker tag $CI_REGISTRY/$REGISTRY_PATH:dev $CI_REGISTRY/$REGISTRY_PATH:${TAG}
- docker push $CI_REGISTRY/$REGISTRY_PATH:${TAG}
- docker-compose --project-name content-indexer-${TAG} up -d --force-recreate
environment:
name: staging
......@@ -3,7 +3,7 @@ version: "3.0"
services:
api:
build: .
image: registry.alpha.grandlyon.com/refonte-data/content-indexer:${TAG}
image: registry.forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/indexers/editorial-content:${TAG}
ports:
- ${CONTENT_INDEXER_BIND_PORT}:8000
volumes:
......
{
"name": "content-indexer",
"version": "1.0.0",
"version": "1.1.3",
"description": "",
"main": "lib/jwt_factory.js",
"directories": {
......@@ -20,4 +20,4 @@
},
"author": "",
"license": "ISC"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment