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

Try with a different cookie domain

parent da1c6cce
Branches
Tags
No related merge requests found
Pipeline #
......@@ -39,7 +39,7 @@ deploy_development:
- export AUTHENTICATION_SERVICE_BIND_PORT=3002
- export LEGACY_MIDDLEWARE_URL=http://vm-refonte-data-2:9000/middleware-legacy
- export KONG_URL=http://vm-refonte-data-2:9001
- export COOKIE_DOMAIN=.alpha.grandlyon.com
- export COOKIE_DOMAIN=alpha.grandlyon.com
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker-compose pull
- docker-compose --project-name service-authentication-${TAG} up -d --force-recreate
......@@ -54,7 +54,7 @@ deploy_staging:
- export AUTHENTICATION_SERVICE_BIND_PORT=3102
- export LEGACY_MIDDLEWARE_URL=http://vm-refonte-data-2:9100/middleware-legacy
- export KONG_URL=http://vm-refonte-data-2:9101
- export COOKIE_DOMAIN=.alpha.grandlyon.com
- export COOKIE_DOMAIN=alpha.grandlyon.com
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- TAG=dev docker-compose pull
- docker tag $CI_REGISTRY/refonte-data/service-authentication:dev $CI_REGISTRY/refonte-data/service-authentication:${TAG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment