1 Star 0 Fork 1.5K

风雨二十年/BootstrapAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy-admin.sh 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
Argo 提交于 2019-09-29 23:16 +08:00 . build: 修正系统发布脚本路径为 NETCore 3.0
#! /bin/bash
cd ~/BootstrapAdmin
git pull
dotnet publish src/admin/Bootstrap.Admin -c Release
rm -f ~/BootstrapAdmin/src/admin/Bootstrap.Admin/bin/Release/netcoreapp3.0/publish/appsettings*.json
rm -f ~/BootstrapAdmin/src/admin/Bootstrap.Admin/bin/Release/netcoreapp3.0/publish/BootstrapAdmin.db
systemctl stop ba.admin
\cp -fr ~/BootstrapAdmin/src/admin/Bootstrap.Admin/bin/Release/netcoreapp3.0/publish/* /usr/local/ba/admin/
systemctl start ba.admin
systemctl status ba.admin -l
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/onecool/BootstrapAdmin.git
git@gitee.com:onecool/BootstrapAdmin.git
onecool
BootstrapAdmin
BootstrapAdmin
master

搜索帮助