rework server-side daemon to be reloadable via ssh

This commit is contained in:
りき萌 2024-02-03 20:03:58 +01:00
parent 5f86f4cee7
commit 0191ce9f70
8 changed files with 38 additions and 39 deletions

3
admin/deploy.bash Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
ssh "$TREEHOUSE_SERVER" -p "$TREEHOUSE_SERVER_PORT" "bash" "~/repo/admin/daemon/reload.bash"