← back to Apartmentwallpaper
Scaffold .deploy.conf for apartmentwallpaper Kamatera target (deploy gated — not deployed)
01aef2d5dc1fa1ed2e42a05f2bb00a3aacaa48e4 · 2026-09-10 12:14:00 -0700 · Steve Abrams
Files touched
Diff
commit 01aef2d5dc1fa1ed2e42a05f2bb00a3aacaa48e4
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 12:14:00 2026 -0700
Scaffold .deploy.conf for apartmentwallpaper Kamatera target (deploy gated — not deployed)
---
.deploy.conf | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/.deploy.conf b/.deploy.conf
new file mode 100644
index 0000000..b7b5a91
--- /dev/null
+++ b/.deploy.conf
@@ -0,0 +1,15 @@
+# apartmentwallpaper — Kamatera deploy target
+# Scaffolded 2026-09-10 (TK: apartmentwallpaper PDPs). VERIFY the DEPLOY_PATH +
+# port against live pm2 on Kamatera before the first deploy (see the runbook memo
+# in ~/.claude/yolo-queue/pending-approval/). Convention mirrors the sister sites
+# (corkwallcovering -> /var/www/<domain>). DO NOT deploy without Steve's go.
+PROJECT_NAME=apartmentwallpaper
+DEPLOY_HOST=45.61.58.125
+DEPLOY_PATH=/var/www/apartmentwallpaper.com
+HEALTH_URL=http://localhost:9882/
+REQUIRED_ENVS=""
+INSTALL_CMD="npm ci --production"
+BUILD_CMD=""
+
+# keep dev artifacts + local catalog backups off prod on rsync
+RSYNC_EXTRA_EXCLUDES="data/products.json.bak.* data/*.tmp *.log scratchpad"
← 299857d Add SSR /products/:handle PDPs (GMC-valid) + on-site rewire
·
back to Apartmentwallpaper
·
fix .deploy.conf DEPLOY_PATH to match live pm2 path (/root/P a2c63ca →