From 617708cfca8e84b1c78717d50ec580d35c23b191 Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 17 Oct 2025 09:04:42 -0500 Subject: just graph --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index ab91b96..3ab2744 100644 --- a/justfile +++ b/justfile @@ -6,6 +6,9 @@ prod_db := "/var/awake/database.sqlite" get-db: rsync -aP {{prod}}:{{prod_db}} . +graph: get-db + cargo run --release -- graph dev.conf + deploy: cargo build --release --target x86_64-unknown-linux-gnu rsync -aP target/x86_64-unknown-linux-gnu/release/awake {{prod}}:{{prod_bin}} \ No newline at end of file -- cgit 1.4.1-3-g733a5