summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 19:59:46 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-10 19:59:46 -0400
commit8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc (patch)
treeef6121c27e39da9d01b240a6c953f3036f6ba870 /justfile
parent834fa5c585ec94e85cae0ba96a39d72111c9cf4d (diff)
downloaddecky-lsfg-vk-8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc.tar.gz
decky-lsfg-vk-8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc.zip
chore: add simple Deck deploy recipe
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 5 insertions, 2 deletions
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