fix: add cd to health check step
Deploy to Dev / deploy-dev (push) Successful in 26s Details
Deploy to Production / deploy-production (push) Failing after 45s Details

This commit is contained in:
Dev Server 2026-02-12 23:30:02 +03:00
parent 2cfd7f2ede
commit 8d04f90810
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ jobs:
debug: true debug: true
script_stop: true script_stop: true
script: | script: |
set -e
cd /var/www/platform/dev
echo "⏳ Waiting for services to start..." echo "⏳ Waiting for services to start..."
sleep 10 sleep 10
echo "📊 Checking Docker containers status..." echo "📊 Checking Docker containers status..."