From 8be7aa457cc8907acccb75bf5efcdc26c5b952ee Mon Sep 17 00:00:00 2001 From: Martin Fischer <martin@push-f.com> Date: Fri, 10 Dec 2021 10:15:48 +0100 Subject: aggregate lib_feats.txt --- deploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index e811b40..0b57bc4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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"' -- cgit v1.2.3