1 Star 0 Fork 0

林建生/blog中心

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
upload.sh 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
林建生 提交于 2023-11-29 16:24 . fix
#!/bin/bash
# Navigate to the parent directory of dist
cd ./docs/.vuepress
# Create the tarball without the ./docs/.vuepress prefix
tar -czvf dist.tar.gz ./dist
# Move back to the original directory
cd -
# Copy the tarball to the remote server
scp ./docs/.vuepress/dist.tar.gz root@101.43.9.52:/home/Service/web/blog/
# SSH into the remote server and perform the necessary actions
ssh root@101.43.9.52 "cd /home/Service/web/blog; tar -xzvf dist.tar.gz; make restart"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ljsshuai/blog-center.git
git@gitee.com:ljsshuai/blog-center.git
ljsshuai
blog-center
blog中心
master

搜索帮助