diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-10 08:49:25 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-10 08:49:25 +0100 |
commit | 512b2d7ac29a3a124772cf5538bbf94a3bac29e0 (patch) | |
tree | 7ed9282353d08154652f3d3b002d994bc73e094b | |
parent | a26504dc7c7db084303e55f5fc4dff5787165812 (diff) |
deploy script: update caniuse.rs data
-rwxr-xr-x | deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"' |