Commit 7e029215 authored by 刘殿昕's avatar 刘殿昕

修改镜像地址和文件内链接

parent 00b98044
......@@ -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]
......@@ -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
......
{
"name": "apaas-ui-new",
"name": "apaas-v3-ui",
"version": "1.0.0",
"description": "A Vuetify.js Project Manage Kubernetes",
"author": "shucheng <shucheng@bd-apaas.com>",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment