Update deployment directory to point to production path for merchbay_admin
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 1m45s

This commit is contained in:
Frank John Begornia
2025-12-21 04:37:52 +08:00
parent 5fbaf0767e
commit ab0be021e1

View File

@@ -66,7 +66,7 @@ jobs:
ssh -i ~/.ssh/id_ed25519 $DEPLOY_USER@$DEPLOY_HOST << 'EOF'
set -e
DEPLOY_DIR="/var/www/apps/merchbay_admin_dev"
DEPLOY_DIR="/var/www/apps/merchbay_admin"
mkdir -p "$DEPLOY_DIR"
echo "📦 Loading image"