← back to Rebel Walls Push
push: create DRAFT not ACTIVE so Rebel Walls flows through the unified rotation
fa667c7d73eb24d582d797d4e192ba844415571f · 2026-07-21 13:11:11 -0700 · Steve Abrams
Files touched
Diff
commit fa667c7d73eb24d582d797d4e192ba844415571f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 21 13:11:11 2026 -0700
push: create DRAFT not ACTIVE so Rebel Walls flows through the unified rotation
---
scripts/push.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/push.js b/scripts/push.js
index 6232079..de78996 100644
--- a/scripts/push.js
+++ b/scripts/push.js
@@ -221,7 +221,7 @@ function buildInput(row) {
// Discontinued -> ARCHIVED. Variants tracked=true so inventory 2026 surfaces;
// policy CONTINUE = always-sellable made-to-order mural. After the productSet,
// pushRow publishes to ALL publications + sets available=2026 on both variants.
- const status = row.discontinued === 't' || row.discontinued === true ? 'ARCHIVED' : 'ACTIVE';
+ const status = row.discontinued === 't' || row.discontinued === true ? 'ARCHIVED' : 'DRAFT';
const price = String(row.price_retail);
const input = {
title: buildTitle(row),
← e6677f9 GMC re-gate: exclude Google & YouTube publication (296466514
·
back to Rebel Walls Push
·
auto-save: 2026-07-21T13:37:45 (1 files) — scripts/push.js.b 2f475a9 →