diff options
author | stale <redkugelblitzin@gmail.com> | 2022-05-03 05:39:13 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-05-03 05:39:13 -0300 |
commit | 2f9687126ecb538f40b57bd6963129b406786175 (patch) | |
tree | ff79d253da529b1535540b84c1ccfc874e6b6cbc /deploy.sh | |
parent | c9272f5580b00180738eb6dde623ea0abb37f7af (diff) |
lazy commit, buncha stuff
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |