prod deploy
This commit is contained in:
@@ -8,8 +8,6 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build:
|
build:
|
||||||
variables:
|
|
||||||
DEPLOY: test
|
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_TAG
|
- $CI_COMMIT_TAG
|
||||||
@@ -56,7 +54,7 @@ deploy_to_test:
|
|||||||
|
|
||||||
deploy_to_prod:
|
deploy_to_prod:
|
||||||
variables:
|
variables:
|
||||||
DEPLOY: test
|
DEPLOY: prod
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
Reference in New Issue
Block a user