🔭 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:
parent
5185c6fa41
commit
03f1c009f2
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user