Skip to content

Commit

Permalink
chore: github 部署脚本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
vaebe committed Jul 13, 2024
1 parent e3394be commit 9b8e2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
tar -xzf main.tar.gz
sh run.sh
if [ -e /usr/local/kk/kkdl/oldman ]; then
rm -rf oldman
rm -rf oldman main.tar.gz
fi
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ change_permission() {

# 启动进程
start_process() {
nohup ./main --gf.gcfg.file=config.pro.yaml &
nohup ./main --gf.gcfg.file=config.pro.yaml >/dev/null 2>&1 &
echo "部署完成"
}

Expand Down

0 comments on commit 9b8e2cb

Please sign in to comment.