From 8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 10 Sep 2026 19:59:46 -0400 Subject: chore: add simple Deck deploy recipe --- justfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index b190631..d3a7674 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,11 @@ default: - echo "Available recipes: build, test, clean" + echo "Available recipes: build, deploy, test, clean" build: - .vscode/build.sh + pnpm build + +deploy: + ./scripts/deploy-to-deck.sh test: scp "out/Decky LSFG-VK.zip" deck@192.168.0.6:~/Desktop -- cgit v1.2.3