소스 검색

Merge branch 'fearture/ci-test5' of duanxiaoduan/tmr-admin into develop

duanxiaoduan 1 년 전
부모
커밋
d2a4105cdb
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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/ '