1 Star 0 Fork 19

阿豆/ailabel-me

forked from 黯影行者/ailabel-me 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.sh 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
fuyi501 提交于 2021-09-29 08:39 . 图像标注系统
#!/usr/bin/env sh
# 当发生错误时中止脚本
set -e
# 构建
npm run build
# cd 到构建输出的目录下
cd dist
# 部署到自定义域域名
# echo 'www.example.com' > CNAME
git init
git add -A
git commit -m 'deploy'
# 部署到 https://<USERNAME>.github.io
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
# 部署到 https://<USERNAME>.github.io/<REPO>
# 如果后端接口是 http 协议的,在部署 pages 时可以取消 强制https,保证接口可以访问
# 部署到 github
git push -f git@github.com:fuyi501/ailabel-me.git master:gh-pages
# 部署到 gitee
git push -f https://gitee.com/fuwenwei501/ailabel-me.git master:gh-pages
cd -
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/misshug/ailabel-me.git
git@gitee.com:misshug/ailabel-me.git
misshug
ailabel-me
ailabel-me
main

搜索帮助