summaryrefslogtreecommitdiff
path: root/deploy.sh
blob: 13b49389dc4d76b0b636c95468b20eddd6f3ecfc (plain)
1
2
3
rm -r build/
./build.py
tar cf - -C target . | ssh push-f.com 'sh -c "set -x; cd /var/www/rust-features.push-f.com && pwd && tar xvf - && echo done"'