From 7e029215cefb9722f0b8e4a3ba2a560496ffc32b Mon Sep 17 00:00:00 2001 From: liudianxin Date: Thu, 23 Apr 2020 19:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=92=8C=E6=96=87=E4=BB=B6=E5=86=85=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 10 +++++----- config/index.js | 6 +++--- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index 0153197..b3a0fb1 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -29,7 +29,7 @@ pipeline: volumes: - /var/run/docker.sock:/var/run/docker.sock base: registry.cn-qingdao.aliyuncs.com/wod/nginx:1.15.9-alpine - repo: apaas/apaas-ui-new + repo: apaas-v3/apaas-v3-ui version: 1.0.0 channel: alpha registry: hub.wodcloud.com @@ -40,16 +40,16 @@ pipeline: volumes: - /var/run/docker.sock:/var/run/docker.sock base: registry.cn-qingdao.aliyuncs.com/wod/nginx:1.15.9-alpine - repo: apaas/apaas-ui-new + repo: apaas-v3/apaas-v3-ui version: 1.0.0 registry: hub.wodcloud.com when: branch: master deploy: image: registry.cn-qingdao.aliyuncs.com/wod-devops/kubernetes:1.0 - namespace: apaas - deployment: apaas-ui-new - container: apaas-ui-new + namespace: apaas-v3 + deployment: apaas-v3-ui + container: apaas-v3-ui registry: hub.wodcloud.com branches: [master,dev] diff --git a/config/index.js b/config/index.js index 7fff76e..ae6451f 100644 --- a/config/index.js +++ b/config/index.js @@ -51,12 +51,12 @@ module.exports = { build: { // Template for index.html - index: path.resolve(__dirname, "../dist/apaas/new/index.html"), + index: path.resolve(__dirname, "../dist/apaas/v3/index.html"), // Paths - assetsRoot: path.resolve(__dirname, "../dist/apaas/new"), + assetsRoot: path.resolve(__dirname, "../dist/apaas/v3"), assetsSubDirectory: "static", - assetsPublicPath: "/apaas/new/", + assetsPublicPath: "/apaas/v3/", /** * Source Maps diff --git a/package.json b/package.json index 02a90e3..208af07 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "apaas-ui-new", + "name": "apaas-v3-ui", "version": "1.0.0", "description": "A Vuetify.js Project Manage Kubernetes", "author": "shucheng ", -- 2.26.0