加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy-client.sh 393 Bytes
一键复制 编辑 原始数据 按行查看 历史
Argo 提交于 2019-12-12 15:33 . build: 更新 linux 部署脚本
#! /bin/bash
cd ~/BootstrapAdmin
git pull
dotnet publish src/client/Bootstrap.Client -c Release
rm -f ~/BootstrapAdmin/src/client/Bootstrap.Client/bin/Release/netcoreapp3.1/publish/appsettings*.json
systemctl stop ba.client
\cp -fr ~/BootstrapAdmin/src/client/Bootstrap.Client/bin/Release/netcoreapp3.1/publish/* /usr/local/ba/client/
systemctl start ba.client
systemctl status ba.client -l
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化