diff --git a/Makefile b/Makefile index 3ecfe3a..f6fd8fa 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,6 @@ deploy: install: cargo leptos build --release sudo systemctl stop rust_leptos.service - scp target/aarch64-unknown-linux-gnu/release/rust_leptos /var/www/rust_leptos/rust_leptos - scp -r target/site /var/www/rust_leptos/ + scp target/release/rust_leptos /var/www/rust_leptos/rust_leptos + #scp -r target/site /var/www/rust_leptos/ sudo systemctl start rust_leptos.service