[object Object]

← back to Dw Fleet Registry

fix deploy phase: brace-delimit ${BRANCH} (set -u choked on $BRANCH hugging a multibyte arrow)

6253b68074edabac45ae8dbe2f025c1995f6a17e · 2026-06-01 14:49:39 -0700 · Steve Abrams

Files touched

Diff

commit 6253b68074edabac45ae8dbe2f025c1995f6a17e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jun 1 14:49:39 2026 -0700

    fix deploy phase: brace-delimit ${BRANCH} (set -u choked on $BRANCH hugging a multibyte arrow)
---
 rotate-and-deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rotate-and-deploy.sh b/rotate-and-deploy.sh
index be67c9e..64ed28a 100755
--- a/rotate-and-deploy.sh
+++ b/rotate-and-deploy.sh
@@ -51,7 +51,7 @@ unfreeze)
 
 deploy)
   [ -n "$SCOPE" ] || { echo "specify --canary or --all"; exit 2; }
-  say "Phase DEPLOY ($SCOPE) — merge $BRANCH→main + push to Kamatera + smoke-test  [touches prod]"
+  say "Phase DEPLOY ($SCOPE) — merge ${BRANCH} to main + push to Kamatera + smoke-test  [touches prod]"
   if [ "$SCOPE" = canary ]; then LIST="1890swallpaper"; else LIST=$(grep -v '^1890swallpaper$' "$TARGETS"); fi
   for slug in $LIST; do
     d="$HOME/Projects/$slug"; [ -d "$d/.git" ] || { echo "  skip $slug (no repo)"; continue; }

← 9f6548c rotate-and-deploy.sh — phased one-command driver (route/kama  ·  back to Dw Fleet Registry  ·  fleet: 5 parked domains live + unique heroes; rebake clears 30cf448 →