Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
+ 2
2
@@ -7,7 +7,7 @@ stages:
- ship
- deploy
ship:docker:
ship:
stage: ship
image: docker:latest
only:
@@ -31,7 +31,7 @@ ship:docker:
# Push the docker image to the registry
- docker push registry.binets.fr/maxime.basse/psc-musique
trigger:deploy:
deploy:
stage: deploy
only:
- $PIPELINE_BRANCH
Loading