From a2e7a9228049f27e3dce07f6713b966cda4e03bb Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 25 Apr 2020 19:17:52 -0400 Subject: [PATCH] prod deploy --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe793ef..2b2d7f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,6 @@ stages: - deploy build: - variables: - DEPLOY: test only: variables: - $CI_COMMIT_TAG @@ -56,7 +54,7 @@ deploy_to_test: deploy_to_prod: variables: - DEPLOY: test + DEPLOY: prod stage: deploy only: variables: