Commit e28adaa3 authored by tywldx's avatar tywldx

f

parent 6624239d
......@@ -34,7 +34,8 @@ cd /home/qg-xterm/;git pull;cd -
source ~/.bash_profile
echo "sed static to host"
find ${package_path}/ -name "*" | xargs sed -i "s#static.q-gp.com#$host#g"
find ${package_path}/ -name "*.js" | xargs sed -i "s#static.q-gp.com#$host#g"
find ${package_path}/ -name "*.html" | xargs sed -i "s#static.q-gp.com#$host#g"
echo "sed domain.com to liangkebang.com"
find ${package_path}/ -name "*.js" | xargs sed -i "s#.domain.com#-$NAMESPACE.liangkebang.com#g"
......
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