diff options
Diffstat (limited to 'forge/script/incantations')
| -rw-r--r-- | forge/script/incantations | 16 |
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 |
