From fe4f2531c6a8c89ed2d5ac987635be9b236e634e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Wed, 9 Jun 2021 11:50:30 +0200 Subject: [PATCH] CI: remove deploy job --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7bfc27a..09c637a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - build - - deploy image: docker:19.03.1 @@ -29,15 +28,3 @@ build_nginx: - docker pull $CI_REGISTRY_IMAGE:test-nginx || true - docker build --cache-from $CI_REGISTRY_IMAGE:test-nginx -t $IMAGE_TAG_NGINX . -f Dockerfile.nginx - docker push $IMAGE_TAG_NGINX - -deploy_app: - stage: deploy - when: manual - script: - - docker run -e SWARMPIT_API_URL=$SWARMPIT_API_URL -e SWARMPIT_TOKEN=$SWARMPIT_TOKEN docker-registry.pirati.cz/to/swarmpit-deploy:master $IMAGE_TAG_APP - -deploy_nginx: - stage: deploy - when: manual - script: - - docker run -e SWARMPIT_API_URL=$SWARMPIT_API_URL -e SWARMPIT_TOKEN=$SWARMPIT_TOKEN docker-registry.pirati.cz/to/swarmpit-deploy:master $IMAGE_TAG_NGINX -- GitLab