[object Object]

← back to IWasCute

iwascute: pin .deploy.conf PROJECT_NAME=gap-iwascute (real live pm2 name) so deploy reload succeeds (TK-11412)

cb37a2aaff0338ad55ef4acbe65cf5c08876407f · 2026-09-10 13:38:52 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QTGuKtAvmVMngA9PyTiftG

Files touched

Diff

commit cb37a2aaff0338ad55ef4acbe65cf5c08876407f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 13:38:52 2026 -0700

    iwascute: pin .deploy.conf PROJECT_NAME=gap-iwascute (real live pm2 name) so deploy reload succeeds (TK-11412)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01QTGuKtAvmVMngA9PyTiftG
---
 .deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index f66ac89..51a8693 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -5,7 +5,7 @@
 # (it aborts rather than half-deploying), so confirm the live name before deploy:
 #   ssh root@45.61.58.125 'pm2 ls | grep -i iwascute'
 # If the live name is gap-iwascute, run:  PROJECT_NAME=gap-iwascute bash ~/Projects/_shared/scripts/deploy.sh
-PROJECT_NAME=iwascute
+PROJECT_NAME=gap-iwascute
 DEPLOY_HOST=45.61.58.125
 DEPLOY_PATH=/root/Projects/iwascute
 INSTALL_CMD="npm ci"

← 3c1cc30 iwascute: exclude prod verification/ artifacts from rsync de  ·  back to IWasCute  ·  TK-11412: add /privacy + /terms, and stop the licensor flow 316515b →