Initial server-stack setup

This commit is contained in:
JamBox
2026-02-15 20:04:18 -08:00
commit 7f14c826f2
10 changed files with 122 additions and 0 deletions

7
hooks.json Normal file
View File

@@ -0,0 +1,7 @@
[
{
"id": "redeploy-apps",
"execute-command": "/home/james/server-stack/deploy.sh",
"command-working-directory": "/home/james/server-stack"
}
]