From 2726fd0fac6baaa39ade4a804afdf8bc63f5e98a Mon Sep 17 00:00:00 2001 From: The-Foxon Date: Mon, 24 Apr 2023 06:49:16 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitlab-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d47001f..c314522 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,16 +37,3 @@ docker-build: - if: $CI_COMMIT_BRANCH exists: - Dockerfile - -docker-deploy: - stage: deploy - tags: - - production - before_script: - - cd $PRODUCTION_DIR - script: - - docker-compose pull - - docker-compose up -d - only: - refs: - - master