From c9272f5580b00180738eb6dde623ea0abb37f7af Mon Sep 17 00:00:00 2001 From: stale Date: Sat, 30 Apr 2022 17:32:53 -0300 Subject: lazy sync --- deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 deploy.sh (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..e4244ea --- /dev/null +++ b/deploy.sh @@ -0,0 +1,6 @@ +#!/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/www/tooling/ + rsync --progress target/x86_64-unknown-linux-musl/release/websweeper root@masba.net:/srv/www/tooling/ -- cgit v1.2.3