prod deploy

This commit is contained in:
ducoterra
2020-04-25 19:17:52 -04:00
parent b4ef050e1f
commit a2e7a92280

View File

@@ -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: