Commit 1b9831d3 authored by wanli's avatar wanli

update

parent 9a6127e3
#!/usr/bin/env bash #!/usr/bin/env bash
#!/usr/bin/env bash
# 获取当前路径
Cur_Dir=$(pwd) Cur_Dir=$(pwd)
${Cur_Dir}/venv/bin/python ${Cur_Dir}/deploy.py # 关闭evm_store
\ No newline at end of file supervisorctl stop evm_store
# 切换到release分支
git checkout release
# 拉取最新代码
git pull
# 启动evm_store
supervisorctl start evm_store
# 启动一个定时任务
# cd $Cur_Dir
# source venv/bin/activate
# 0 */1 * * * "${Cur_Dir}/venv/bin/python deploy.py"
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