🔭 review: deploy excludes dev briefs — working notes stay out of the deploy, per house convention (fable)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
monsterrobotparty 2026-07-16 14:30:20 +10:00
parent 5185c6fa41
commit 03f1c009f2

View File

@ -10,7 +10,7 @@ APP=/opt/solargod
echo "→ syncing repo to $VPS:$APP"
rsync -az --delete \
--exclude '.git' --exclude 'cache' --exclude 'assets/art/candidates' \
--exclude '.git' --exclude 'cache' --exclude 'assets/art/candidates' --exclude '*_BRIEF.md' \
./ "$VPS:$APP/"
echo "→ installing service + nginx site on $VPS (domain: $DOMAIN)"