Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -10,8 +10,8 @@ stages:
ship:
stage: ship
image: docker:latest
only:
- $PIPELINE_BRANCH
# only: DEBUG: remove branch restriction
# - $PIPELINE_BRANCH
services:
# Run docker inside gitlab docker runners
- docker:dind
@@ -33,8 +33,8 @@ ship:
deploy:
stage: deploy
only:
- $PIPELINE_BRANCH
#only:
# - $PIPELINE_BRANCH
when: manual
# Variables for br docker services
Loading