fix: use correct prod port 8123 in health check
Deploy to Dev / deploy-dev (push) Successful in 27s Details
Deploy to Production / deploy-production (push) Successful in 13s Details

This commit is contained in:
Dev Server 2026-02-13 00:02:26 +03:00
parent 2ff6ee9ab0
commit e3517b39ff
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
script_stop: true
script: |
set -e
cd /var/www/platform/dev
cd /var/www/platform/prod
echo "📦 Pulling latest changes from repository..."
git pull origin main || git pull origin master || git pull origin develop || git pull origin dev || true
@ -48,7 +48,7 @@ jobs:
script_stop: true
script: |
set -e
cd /var/www/platform/dev
cd /var/www/platform/prod
echo "⏳ Waiting for services to start..."
sleep 10
echo "📊 Checking Docker containers status..."