1 Star 5 Fork 0

webkubor / webkubor-shares

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_depoly.sh 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
webkubor 提交于 2024-01-16 09:44 . core/build 构建生产环境打包
###
# @Date: 2021-10-15 16:18:09
# @LastEditTime: 2024-01-16 09:43:12
###
# 发生任何错误时终止
set -e
#部署项目
#echo "----------pull project...----------"
git pull
#echo "----------building project...----------"
pnpm run build
git add -A
git commit -m "core/build 构建生产环境打包"
#echo "----------deploy project...----------"
git push origin HEAD
#echo "----------depolying success----------"
1
https://gitee.com/webkubor/webkubor-shares.git
git@gitee.com:webkubor/webkubor-shares.git
webkubor
webkubor-shares
webkubor-shares
master

搜索帮助