1 Star 2 Fork 1.4K

芝麻科技 / BootstrapAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy-client.sh 393 Bytes
一键复制 编辑 原始数据 按行查看 历史
#! /bin/bash
cd ~/BootstrapAdmin
git pull
dotnet publish src/client/Bootstrap.Client -c Release
rm -f ~/BootstrapAdmin/src/client/Bootstrap.Client/bin/Release/netcoreapp3.0/publish/appsettings*.json
systemctl stop ba.client
\cp -fr ~/BootstrapAdmin/src/client/Bootstrap.Client/bin/Release/netcoreapp3.0/publish/* /usr/local/ba/client/
systemctl start ba.client
systemctl status ba.client -l
C#
1
https://gitee.com/sesametech-group/BootstrapAdmin.git
git@gitee.com:sesametech-group/BootstrapAdmin.git
sesametech-group
BootstrapAdmin
BootstrapAdmin
master

搜索帮助