update.sh pulls a named branch (default: main), preserves the local watch.yaml around the pull, rebuilds the image, restarts the service, and polls health until ready. Usage: sudo bash /opt/turnstone/scripts/update.sh [branch] patterns/watch.yaml is site-specific config — gitignored so host customizations survive git pulls. The template is preserved in git history (feat/live-watch) for reference.
17 lines
175 B
Text
17 lines
175 B
Text
data/
|
|
corpus/raw/
|
|
patterns/watch.yaml
|
|
log/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.env
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
.turnstone-api.pid
|
|
web/node_modules/
|
|
web/dist/
|
|
.superpowers/
|
|
.worktrees/
|