From 9cdf42bf3c7e0f40481e543f72f17c90bd09dc32 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Wed, 30 Sep 2020 14:28:59 +0800 Subject: [PATCH] deploy --- README.md | 2 +- deploy.sh | 2 +- push.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec96d65..66d502c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ### - [🎉 演示地址 1:vue-admin-beautiful](http://beautiful.panm.cn/vue-admin-beautiful/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=) -### - [🎉 演示地址 2:vue-admin-beautiful:vue-admin-beautiful](https://chu1204505056.gitee.io/vue-admin-beautiful/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=) +### - [🎉 演示地址 2:vue-admin-beautiful](https://chu1204505056.gitee.io/vue-admin-beautiful/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=) ### - [🚀 pro 版演示地址 1:vue-admin-beautiful-pro](http://beautiful.panm.cn/vue-admin-beautiful-pro/?hmsr=github&hmpl=&hmcu=&hmkw=&hmci=) diff --git a/deploy.sh b/deploy.sh index 8401fc2..07c7ef6 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,7 +5,7 @@ cd dist touch .nojekyll git init git add -A -git commit -m 'deploy' +git commit -m '🎉🎉🎉仓库重置到2020年9月29日,Vue2.6最后一个版本,之前版本不再支持,具体请查阅文档,Vue 3.0版本请耐心等待!!!' git push -f "https://${access_token}@gitee.com/chu1204505056/vue-admin-beautiful.git" master:gh-pages start "https://gitee.com/chu1204505056/vue-admin-beautiful/pages" git push -f "https://${access_token}@github.com/chuzhixin/vue-admin-beautiful.git" master:gh-pages diff --git a/push.sh b/push.sh index 49699ae..ab6163e 100644 --- a/push.sh +++ b/push.sh @@ -2,7 +2,7 @@ set -e git init git add -A -git commit -m 'deploy' +git commit -m '🎉🎉🎉仓库重置到2020年9月29日,Vue2.6最后一个版本,之前版本不再支持,具体请查阅文档,Vue 3.0版本即将发布请耐心等待!!!' git push -f "https://${access_token}@github.com/chuzhixin/vue-admin-beautiful.git" master exec /bin/bash