4 Star 22 Fork 3

lostvip/ruoyi-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
copy-2-github.sh 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
ssz 提交于 2024-08-27 16:59 . dddd
#!/bin/bash
# 目标地址
dist=/root/opensource/ruoyi-go
git reset --hard
git pull
chmod 777 *.sh
#全部覆盖过去
cp -r ./* $dist/
#删除危险信息
rm -rf $dist/main/application.yml
rm -rf $dist/main/data.db
rm -rf $dist/copy-2-github.sh
# 删除开发中的数据
rm -rf $dist/ui-vue3
rm -rf $dist/bak/ui-vue3
rm -rf $dist/main/internal/iot_dev
rm -rf $dist/main/template/chromedp
rm -rf $dist/stock
# 用本地配置 覆盖配置文件
cp -r $dist/bak/local/application.yml $dist/main/
cp -r $dist/bak/sql/data.db $dist/main/
#删除敏感配置
rm -rf $dist/bak/prod
# 查看文件
cd $dist/
ls
pwd
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lostvip_com/ruoyi-go.git
git@gitee.com:lostvip_com/ruoyi-go.git
lostvip_com
ruoyi-go
ruoyi-go
main

搜索帮助