This commit is contained in:
xyj 2023-12-14 11:37:47 +08:00
parent 233dc494da
commit 20b9c9dbb1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -e
# git更新
git pull origin master --force
# 配置文件复制到supervisor管理
cp -r conf/common/*.conf /etc/supervisor/conf.d/
# cp -r conf/common/*.conf /etc/supervisor/conf.d/
# 更新配置文件
supervisorctl reread
supervisorctl update