prod deploy
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user