summaryrefslogtreecommitdiff
path: root/forge/script/incantations
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2026-01-30 18:16:03 +1100
committerSt33v <github@f3rr3t.com>2026-01-30 18:16:03 +1100
commit70f2fc45af8a0ea98e0e6f7b4254928dc7bfe317 (patch)
tree1e28e8e75053e9bdcde02dce1ae63da39147400f /forge/script/incantations
parent8f4de5585ddb57331056ead793548cf22a9f685b (diff)
systemd paths (build works, publish might)
Diffstat (limited to 'forge/script/incantations')
-rw-r--r--forge/script/incantations16
1 files changed, 16 insertions, 0 deletions
diff --git a/forge/script/incantations b/forge/script/incantations
new file mode 100644
index 0000000..677b3e9
--- /dev/null
+++ b/forge/script/incantations
@@ -0,0 +1,16 @@
+rsync -av --delete .faircamp_build/ st33v.com:/srv/www/st33v.com/sotd
+
+
+
+
+systemctl --user daemon-reload
+systemctl --user enable --now sotd-build.path sotd-publish.path
+
+
+systemctl --user status sotd-build.path sotd-publish.path
+
+
+journalctl --user -u sotd-build.service -f
+# and/or
+journalctl --user -u sotd-publish.service -f
+:wq