update pipelines
This commit is contained in:
@@ -18,6 +18,7 @@ services:
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
- production
|
||||
|
||||
build-dev:
|
||||
image: docker:20.10.16
|
||||
@@ -49,7 +50,7 @@ deploy-dev:
|
||||
- kubectl rollout restart deploy/$CI_PROJECT_TITLE -n $NAMESPACE
|
||||
|
||||
deploy-prod:
|
||||
stage: deploy
|
||||
stage: production
|
||||
variables:
|
||||
NAMESPACE: "prod"
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user