Skip to content
Snippets Groups Projects
Commit ba2836dd authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

fix GitLab-CI

parent 5fde7a45
No related merge requests found
variables:
GIT_SUBMODULE_STRATEGY: normal
CI: "true"
COMPOSE_TLS_VERSION: "TLSv1_2"
DOCKER_HOST: "$DEPLOYMENT_HOST"
DOCKER_TLS_VERIFY: "1"
DOCKER_CERT_PATH: "certs"
DOCKER_COMPOSE_VERSION: 1.14.0
PY_DOCKER_VERSION: 2.4.2
CI: "true"
stages:
- deploy
deploy:
review:
stage: deploy
only:
- develop
environment: review
variables:
COMPOSE_TLS_VERSION: "TLSv1_2"
DOCKER_HOST: "$DEPLOYMENT_HOST"
DOCKER_TLS_VERIFY: "1"
DOCKER_CERT_PATH: "certs"
before_script:
- apk add --no-cache py-pip
- pip install --upgrade pip
......@@ -36,7 +35,11 @@ deploy:
after_script:
- docker-compose rm -f
image: docker:17
dependencies:
- build_job
tags:
- docker
#production:
# stage: deploy:
# only:
# - master
# environment: production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment