diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,2 @@ -(cd caniuse.rs; git checkout main; git pull) -rm -r build/ -./build.py +./fetch_and_build.sh 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"' |