summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/deploy.sh b/deploy.sh
index 6edc1e8..93b7b97 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,6 +1,2 @@
#!/bin/sh
-
-cargo build --release --target x86_64-unknown-linux-musl && \
- strip target/x86_64-unknown-linux-musl/release/websweeper && \
- rsync --progress page.html root@masba.net:/srv/tooling/
- rsync --progress target/x86_64-unknown-linux-musl/release/websweeper root@masba.net:/srv/tooling/
+rsync --progress page.html root@masba.net:/srv/tooling/