This commit is contained in:
xyj 2023-12-02 11:24:32 +08:00
parent c58f71bab8
commit e105b762e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
# git更新
git pull origin master
git pull origin master --force
# 配置文件复制到supervisor管理
cp -r conf/*.conf /etc/supervisor/conf.d/
# 更新配置文件