Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
+ 2
1
@@ -13,7 +13,8 @@ ship:docker:
variables:
# Needed in order to access the docker daemon because this runner is inside docker
DOCKER_HOST: tcp://docker:2375
# Needed to run docker inside docker
DOCKER_DRIVER: overlay2
script:
# Login to gitlab registry
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.binets.fr/maxime.basse/psc-musique
Loading