1 Star 0 Fork 2

mingheart/vue-admin-beautiful-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.sh 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
good_luck 提交于 2020-08-09 11:46 . deploy
#!/usr/bin/env bash
set -e
npm run build
cd dist
touch .nojekyll
git init
git add -A
git commit -m 'deploy'
git push -f "https://${access_token}@gitee.com/chu1204505056/vue-admin-beautiful-template.git" master:gh-pages
start "https://gitee.com/chu1204505056/vue-admin-beautiful-template/pages"
cd -
cd -
rimraf dist
exec /bin/bash
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mingheart/vue-admin-beautiful-template.git
git@gitee.com:mingheart/vue-admin-beautiful-template.git
mingheart
vue-admin-beautiful-template
vue-admin-beautiful-template
master

搜索帮助