aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-31 15:48:24 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-31 15:48:24 -0500
commit871c22cae2ef84694502fde290838bb24432a1f4 (patch)
tree9e502e7d1473914d0263df5dd7e9db69e7bad9ce /justfile
parentd0a1789f821be0bd1dd04619daa7952b61c0b2c9 (diff)
simple justfile
Diffstat (limited to 'justfile')
-rw-r--r--justfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/justfile b/justfile
new file mode 100644
index 0000000..e092f23
--- /dev/null
+++ b/justfile
@@ -0,0 +1,9 @@
+build:
+ yo build
+
+deploy:
+ yo dep root@ganymede
+
+switch:
+ yo sw
+