← back to Rebel Walls Push
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
2f4dc48e733923044d26b4cabcc9ce78a28ba9ac · 2026-07-03 08:08:15 -0700 · Steve
Files touched
M com.steve.rebel-walls-daily-push.plistM scripts/_shop.jsM scripts/push.js
Diff
commit 2f4dc48e733923044d26b4cabcc9ce78a28ba9ac
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:08:15 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
com.steve.rebel-walls-daily-push.plist | 2 +-
scripts/_shop.js | 2 +-
scripts/push.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/com.steve.rebel-walls-daily-push.plist b/com.steve.rebel-walls-daily-push.plist
index 74d7432..d995a09 100644
--- a/com.steve.rebel-walls-daily-push.plist
+++ b/com.steve.rebel-walls-daily-push.plist
@@ -7,7 +7,7 @@
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
- <string>/Users/stevestudio2/Projects/rebel-walls-push/scripts/daily-push.sh</string>
+ <string>/Users/macstudio3/Projects/rebel-walls-push/scripts/daily-push.sh</string>
</array>
<key>StartCalendarInterval</key>
<dict>
diff --git a/scripts/_shop.js b/scripts/_shop.js
index 6155497..8ac52f6 100644
--- a/scripts/_shop.js
+++ b/scripts/_shop.js
@@ -5,7 +5,7 @@ const https = require('https');
const { execFileSync } = require('child_process');
const fs = require('fs');
-const SECRETS_ENV = '/Users/stevestudio2/Projects/secrets-manager/.env';
+const SECRETS_ENV = '/Users/macstudio3/Projects/secrets-manager/.env';
const DOMAIN = 'designer-laboratory-sandbox.myshopify.com';
const API_VERSION = '2024-10';
const PG = { host: '127.0.0.1', user: 'dw_admin', db: 'dw_unified', pass: process.env.PG_DW_ADMIN_PASSWORD || process.env.DW_ADMIN_DB_PASSWORD || '' };
diff --git a/scripts/push.js b/scripts/push.js
index aeebde2..b886625 100644
--- a/scripts/push.js
+++ b/scripts/push.js
@@ -36,7 +36,7 @@ const fs = require('fs');
const path = require('path');
// ---- config -------------------------------------------------------------
-const SECRETS_ENV = '/Users/stevestudio2/Projects/secrets-manager/.env';
+const SECRETS_ENV = '/Users/macstudio3/Projects/secrets-manager/.env';
const DOMAIN = 'designer-laboratory-sandbox.myshopify.com';
const API_VERSION = '2024-10';
const PG = { host: '127.0.0.1', user: 'dw_admin', db: 'dw_unified', pass: process.env.PG_DW_ADMIN_PASSWORD || process.env.DW_ADMIN_DB_PASSWORD || '' };
← a3c8752 Add RW cadence daily step — 5 murals/day, budget-coordinated
·
back to Rebel Walls Push
·
GMC re-gate: exclude Google & YouTube publication (296466514 e6677f9 →