v0.1.2
parent
d89b0656df
commit
439edd42db
|
@ -0,0 +1,15 @@
|
||||||
|
#!/bin/bash
|
||||||
|
vf=$1
|
||||||
|
vb=$2
|
||||||
|
docker login --username=starsliao@163.com registry.cn-shenzhen.aliyuncs.com
|
||||||
|
|
||||||
|
docker tag nginx-consul:latest registry.cn-shenzhen.aliyuncs.com/starsl/nginx-consul:latest
|
||||||
|
docker tag nginx-consul:latest registry.cn-shenzhen.aliyuncs.com/starsl/nginx-consul:${vf}
|
||||||
|
|
||||||
|
docker tag flask-consul:latest registry.cn-shenzhen.aliyuncs.com/starsl/flask-consul:latest
|
||||||
|
docker tag flask-consul:latest registry.cn-shenzhen.aliyuncs.com/starsl/flask-consul:${vb}
|
||||||
|
|
||||||
|
docker push registry.cn-shenzhen.aliyuncs.com/starsl/nginx-consul:latest
|
||||||
|
docker push registry.cn-shenzhen.aliyuncs.com/starsl/nginx-consul:${vf}
|
||||||
|
docker push registry.cn-shenzhen.aliyuncs.com/starsl/flask-consul:latest
|
||||||
|
docker push registry.cn-shenzhen.aliyuncs.com/starsl/flask-consul:${vb}
|
|
@ -14,11 +14,11 @@
|
||||||
"test:ci": "npm run lint && npm run test:unit"
|
"test:ci": "npm run lint && npm run test:unit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "0.18.1",
|
"axios": "0.21.2",
|
||||||
"core-js": "3.6.5",
|
"core-js": "3.6.5",
|
||||||
"element-ui": "2.15.7",
|
"element-ui": "2.15.7",
|
||||||
"file-saver": "2.0.1",
|
"file-saver": "2.0.1",
|
||||||
"xlsx": "0.14.1",
|
"xlsx": "0.17.0",
|
||||||
"js-cookie": "2.2.0",
|
"js-cookie": "2.2.0",
|
||||||
"normalize.css": "7.0.0",
|
"normalize.css": "7.0.0",
|
||||||
"nprogress": "0.2.0",
|
"nprogress": "0.2.0",
|
||||||
|
|
BIN
screenshot/0.png
BIN
screenshot/0.png
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue