Commit 288a5101 authored by kalvin's avatar kalvin

fixbugs

parent b28a9b49
...@@ -13,8 +13,8 @@ tar zxf ${package_path}/dist.tgz -C ${package_path}/ ...@@ -13,8 +13,8 @@ tar zxf ${package_path}/dist.tgz -C ${package_path}/
echo "rm dist.tgz public/dist -rf" echo "rm dist.tgz public/dist -rf"
rm -rf ${package_path}/dist.tgz rm -rf ${package_path}/dist.tgz
echo "pip intall qingcloud-sdk" echo "pip intall requirements"
pip install qingcloud-sdk pip install -r ${package_path}/requirements.txt
echo "python run.py" echo "python run.py"
python ${package_path}/run.py production python ${package_path}/run.py production
......
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