summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh1
1 files changed, 1 insertions, 0 deletions
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"'