Commit dd02f9d7 authored by Kenton Varda's avatar Kenton Varda

Update doc upload script.

parent fbc17e1f
......@@ -50,7 +50,7 @@ echo
if [ "x$YESNO" == "xy" ]; then
echo "Pushing..."
tar cz --xform='s,_site/,,' _site/* | ssh fe.sandstorm.io "cd /var/www/capnproto.org$PREFIX && tar xz"
tar cz --xform='s,_site/,,' _site/* | gce-ss ssh fe --command "cd /var/www/capnproto.org$PREFIX && tar xz"
else
echo "Push CANCELED"
fi
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