Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -25,7 +25,7 @@ ship:
script:
# Build docker image
- docker build -t registry.binets.fr/maxime.basse/psc-musique .
- docker build --pull --cache-from registry.binets.fr/maxime.basse/psc-musique:latest -t registry.binets.fr/maxime.basse/psc-musique .
# Login to gitlab registry
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.binets.fr/maxime.basse/psc-musique
# Push the docker image to the registry
Loading