From 4a8d22cb479f22d4dc2c155ec852d264977fef05 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Wed, 4 Jun 2025 16:04:55 +0200 Subject: [PATCH] test deploy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 87883bb..54b4039 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ deploy: install: npx tailwindcss -i ./input.css -o ./style/output.css --minify - /home/pi/.cargo/bin/wasm-pack build --target=web --no-default-features --features=hydrate + wasm-pack build --target=web --no-default-features --features=hydrate sudo systemctl stop rust_leptos.service - /home/pi/.cargo/bin/cargo leptos build --release + cargo leptos build --release sudo systemctl start rust_leptos.service