summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorstale <redkugelblitzin@gmail.com>2022-05-03 05:39:13 -0300
committerstale <redkugelblitzin@gmail.com>2022-05-03 05:39:13 -0300
commit2f9687126ecb538f40b57bd6963129b406786175 (patch)
treeff79d253da529b1535540b84c1ccfc874e6b6cbc /deploy.sh
parentc9272f5580b00180738eb6dde623ea0abb37f7af (diff)
lazy commit, buncha stuff
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index e4244ea..6edc1e8 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,5 +2,5 @@
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/www/tooling/
- rsync --progress target/x86_64-unknown-linux-musl/release/websweeper root@masba.net:/srv/www/tooling/
+ rsync --progress page.html root@masba.net:/srv/tooling/
+ rsync --progress target/x86_64-unknown-linux-musl/release/websweeper root@masba.net:/srv/tooling/