blob: e811b405ccb559fd9cec9b4f48d24f869029f0a4 (
plain)
1
2
3
4
|
(cd caniuse.rs; git checkout main; git pull)
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"'
|