Commit 74858298 authored by fangzhipeng's avatar fangzhipeng

修改函数调用顺序

parent 7f1c6257
......@@ -4,10 +4,10 @@ PROJECT_PATH=/home/ubuntu/web_service/projcect-web
cd $PROJECT_PATH
pyenv activate project
ps -ef |grep 'python application.py' |awk '{print $2}'|xargs kill -9
git pull --rebase
pyenv activate project
nohup python application.py &
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment