From b27cdcf579438b01391172162fffbb34ccc051f1 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Fri, 14 Mar 2025 16:09:43 +0100 Subject: [PATCH] update MakeFile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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