duanxiaoduan 1 anno fa
parent
commit
1bdb1cc0c2
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 1
      .drone.yml
  2. 2 1
      .env.production

+ 1 - 1
.drone.yml

@@ -20,7 +20,7 @@ steps:
         from_secret: aliyun_password
       repo: registry.cn-hangzhou.aliyuncs.com/kpt-event/tmr-admin
       registry: registry.cn-hangzhou.aliyuncs.com
-      tags: [ shengmu25 ]
+      tags: [ 1.0.0 ,latest ]
 
 trigger:
   branch:

+ 2 - 1
.env.production

@@ -8,4 +8,5 @@ ENV = 'production'
 # 测试线
 # VUE_APP_BASE_API = 'http://192.168.1.70:8083/'
 # VUE_APP_BASE_API = 'http://kpt8088.kptyun.com/'
-VUE_APP_BASE_API = 'http://kpt8089.kptyun.com/ '
+# VUE_APP_BASE_API = 'http://kpt8089.kptyun.com/ '
+VUE_APP_BASE_API = 'http://kpt8082.kptyun.com/ '