Update deployment directory to use development path for merchbay_admin
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 2m2s
Some checks failed
Deploy Production (admin.merchbay.app) / deploy (push) Failing after 2m2s
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
ssh -i ~/.ssh/id_ed25519 $DEPLOY_USER@$DEPLOY_HOST << 'EOF'
|
||||
set -e
|
||||
|
||||
DEPLOY_DIR="/var/www/merchbay_admin"
|
||||
DEPLOY_DIR="/var/www/apps/merchbay_admin_dev"
|
||||
mkdir -p "$DEPLOY_DIR"
|
||||
|
||||
echo "📦 Loading image"
|
||||
|
||||
Reference in New Issue
Block a user