|
@@ -22,7 +22,7 @@ steps:
|
|
|
insecure: true
|
|
|
mirror: https://tfstj46s.mirror.aliyuncs.com
|
|
|
registry: hub.evbj.easou.com
|
|
|
- repo: hub.evbj.easou.com/qa/${DRONE_REPO_NAME}
|
|
|
+ repo: hub.evbj.easou.com/pro/${DRONE_REPO_NAME}
|
|
|
tag: v1.0.6
|
|
|
|
|
|
- name: deployment
|
|
@@ -30,7 +30,7 @@ steps:
|
|
|
pull: always
|
|
|
# privileged: true
|
|
|
environment:
|
|
|
- JNLP_ENV: qa
|
|
|
+ JNLP_ENV: pro
|
|
|
JNLP_REPLICAS: 1
|
|
|
JNLP_TAG: v1.0.6
|
|
|
JNLP_VERSION: v1 # default v1, v2 for canary
|