Commit 2985e726 authored by zL's avatar zL

测试

parent 8bed8251
# rm -rf demo rm -rf demo
# mv dist demo rm -rf slc
mv dist demo
tar -czf demo.tar demo tar -czf demo.tar demo
scp demo.tar root@124.70.129.56:/usr/share/nginx/html/demo.tar scp demo.tar root@124.70.129.56:/usr/share/nginx/html/demo.tar
rm -rf demo.tar rm -rf demo.tar
ssh root@124.70.129.56 'cd /usr/share/nginx/html && rm -rf demo && tar -xzf demo.tar && rm -rf demo.tar' ssh root@124.70.129.56 'cd /usr/share/nginx/html && rm -rf demo && tar -xzf demo.tar && rm -rf demo.tar'
echo 'done. 👉 http://124.70.129.56:8994/' echo 'done. 👉 http://124.70.129.56:8996/demo/(http://124.70.129.56:8996/)'
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