[object Object]

← back to Apartmentwallpaper

fix .deploy.conf DEPLOY_PATH to match live pm2 path (/root/Projects/apartmentwallpaper)

a2c63caf196d5668963adf91feb8e36feb6ffd62 · 2026-09-10 13:43:11 -0700 · Steve Abrams

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

Files touched

Diff

commit a2c63caf196d5668963adf91feb8e36feb6ffd62
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 13:43:11 2026 -0700

    fix .deploy.conf DEPLOY_PATH to match live pm2 path (/root/Projects/apartmentwallpaper)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01R3ggdMa2EiFijjasDjZLHP
---
 .deploy.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.deploy.conf b/.deploy.conf
index b7b5a91..14e1519 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -5,7 +5,7 @@
 # (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
+DEPLOY_PATH=/root/Projects/apartmentwallpaper
 HEALTH_URL=http://localhost:9882/
 REQUIRED_ENVS=""
 INSTALL_CMD="npm ci --production"

← 01aef2d Scaffold .deploy.conf for apartmentwallpaper Kamatera target  ·  back to Apartmentwallpaper  ·  protect prod data/leads.jsonl from rsync --delete on deploy f1ce019 →