diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-10 19:59:46 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-10 19:59:46 -0400 |
| commit | 8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc (patch) | |
| tree | ef6121c27e39da9d01b240a6c953f3036f6ba870 /justfile | |
| parent | 834fa5c585ec94e85cae0ba96a39d72111c9cf4d (diff) | |
| download | decky-lsfg-vk-8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc.tar.gz decky-lsfg-vk-8fd3e86ad0dcd74096e1dcbe2c7f5944b83c9bcc.zip | |
chore: add simple Deck deploy recipe
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
