Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -2,7 +2,11 @@ variables:
# Those two variables are predefined
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
ship:
stages:
- ship
ship:docker:
stage: ship
image: docker:latest
services:
# Run docker inside gitlab docker runners
Loading