summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorstale <redkugelblitzin@gmail.com>2022-05-11 08:28:20 -0300
committerstale <redkugelblitzin@gmail.com>2022-05-11 08:28:20 -0300
commit8d02c5653079039bf748e1d0748d220cf933b725 (patch)
tree3284ff2e92a4909c9106e84f0ce0d70352ee9d11 /deploy.sh
parent5d3ab3dcf8deb887877523e0293237bcee804b1b (diff)
fixes
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/