Commit 67521d6f authored by daidekun's avatar daidekun

fix

parent 8eaa60a2
...@@ -13,6 +13,9 @@ tar zxf ${package_path}/dist.tgz -C ${package_path}/ ...@@ -13,6 +13,9 @@ 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"
pip install qingcloud-sdk
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