[object Object]

← back to Wallco Ai

deploy: ship scripts/mint-shopify-download-token.js to prod (alongside seam-defect-boxes) so Steve can mint download tokens directly on the box

96f92153bf601180ec6e7d75c4eff71aaa50eb81 · 2026-05-28 16:52:58 -0700 · Steve Abrams

Files touched

Diff

commit 96f92153bf601180ec6e7d75c4eff71aaa50eb81
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu May 28 16:52:58 2026 -0700

    deploy: ship scripts/mint-shopify-download-token.js to prod (alongside seam-defect-boxes) so Steve can mint download tokens directly on the box
---
 deploy-kamatera.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy-kamatera.sh b/deploy-kamatera.sh
index 1cdb1f1..51c3790 100755
--- a/deploy-kamatera.sh
+++ b/deploy-kamatera.sh
@@ -90,7 +90,7 @@ rsync -az "$LOCAL_DIR/scripts/refresh_designs_snapshot.py" \
 #     for those features to work. List grows narrowly as endpoints add deps;
 #     don't unbox scripts/ wholesale.
 echo "[2d/6] ship runtime-endpoint scripts..."
-for script in scripts/seam-defect-boxes.py; do
+for script in scripts/seam-defect-boxes.py scripts/mint-shopify-download-token.js; do
   if [ -f "$LOCAL_DIR/$script" ]; then
     rsync -az "$LOCAL_DIR/$script" "$REMOTE:$REMOTE_DIR/$script" && echo "  $script shipped"
   fi

← 82f333f tile-period-detect: PIL+numpy quantitative validator for mur  ·  back to Wallco Ai  ·  shopify orders/paid webhook: mint per-order download token p c15a691 →