From 1f4c276914a7e5b03a31345d7bf5966e8aff9081 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 3 Jul 2026 22:37:54 +0530 Subject: Split services to core/rest + instructions --- justfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 6554cae..b07928e 100644 --- a/justfile +++ b/justfile @@ -17,8 +17,10 @@ df: upload: just copy . "${SSH_USER}@${SSH_HOST}:{{TARGET_DIR}}" -start-remote: - just ssh "{{TARGET_DIR}}/setup.sh" start +restart-remote: (setup "start") setup *args: just ssh "{{TARGET_DIR}}/setup.sh" "$@" + +local-setup *args: + ROOT_DIR="$PWD" ./setup.sh "$@" -- cgit v1.3.1