Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
+ 1
1
@@ -9,7 +9,7 @@ ship:
- docker:dind
script:
# Login to gitlab registry
- docker login registry.binets.fr
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.binets.fr/maxime.basse/psc-musique
# Build docker image
- docker build -t registry.binets.fr/maxime.basse/psc-musique .
# Push the docker image to the registry
Loading