From 512b2d7ac29a3a124772cf5538bbf94a3bac29e0 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 10 Dec 2021 08:49:25 +0100 Subject: deploy script: update caniuse.rs data --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 13b4938..e811b40 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,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"' -- cgit v1.2.3