diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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/ |