summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-10 10:15:48 +0100
committerMartin Fischer <martin@push-f.com>2021-12-10 10:15:48 +0100
commit8be7aa457cc8907acccb75bf5efcdc26c5b952ee (patch)
tree313e1654739ae935d3a4fba928e7417b827cba8d /deploy.sh
parent3fb839710a459c2c177adf993df9e02d031c5a5a (diff)
aggregate lib_feats.txt
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 1 insertions, 3 deletions
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"'