update
This commit is contained in:
parent
233dc494da
commit
20b9c9dbb1
|
@ -3,7 +3,7 @@ set -e
|
||||||
# git更新
|
# git更新
|
||||||
git pull origin master --force
|
git pull origin master --force
|
||||||
# 配置文件复制到supervisor管理
|
# 配置文件复制到supervisor管理
|
||||||
cp -r conf/common/*.conf /etc/supervisor/conf.d/
|
# cp -r conf/common/*.conf /etc/supervisor/conf.d/
|
||||||
# 更新配置文件
|
# 更新配置文件
|
||||||
supervisorctl reread
|
supervisorctl reread
|
||||||
supervisorctl update
|
supervisorctl update
|
||||||
|
|
Loading…
Reference in New Issue