Ver Fonte

更新 '.drone.yml'

robert há 2 anos atrás
pai
commit
d5e00e61bb
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -22,7 +22,7 @@ steps:
      insecure: true
      mirror: https://ci7pm4nx.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: v2.0.8  #tag:v2.1.1 ,http://y.easou.com/ 
      
  - name: deployment
@@ -30,8 +30,8 @@ steps:
    pull: always
    # privileged: true
    environment:
-     JNLP_ENV: qa
-     JNLP_REPLICAS: 1
+     JNLP_ENV: pro
+     JNLP_REPLICAS: 4
      JNLP_TAG: v2.0.8
      JNLP_VERSION: v1  # default v1, v2 for canary
      DEPLOY_ENV: k8s-2 # 可以选择把应用部署到集群:k8s-1 or k8s-2