From 03f1c009f2080e14deb954e6af431e59d2c298e9 Mon Sep 17 00:00:00 2001 From: monsterrobotparty Date: Thu, 16 Jul 2026 14:30:20 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=AD=20review:=20deploy=20excludes=20de?= =?UTF-8?q?v=20briefs=20=E2=80=94=20working=20notes=20stay=20out=20of=20th?= =?UTF-8?q?e=20deploy,=20per=20house=20convention=20(fable)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 9d26b17..2eb1ad6 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -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)"