summaryrefslogtreecommitdiff
path: root/alt.irregular.ninja/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'alt.irregular.ninja/Justfile')
-rw-r--r--alt.irregular.ninja/Justfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/alt.irregular.ninja/Justfile b/alt.irregular.ninja/Justfile
index ef820d2..a8f8d75 100644
--- a/alt.irregular.ninja/Justfile
+++ b/alt.irregular.ninja/Justfile
@@ -7,3 +7,11 @@ generate:
# Dry-run to preview changes without writing
dry-run:
shuriken --dry-run
+
+# Publish generated dist/ to configured rsync destinations
+sync:
+ shuriken --sync
+
+# Publish with a dry-run to preview what sync would do
+sync-dry-run:
+ shuriken --sync --dry-run