fix: add cd to health check step
This commit is contained in:
parent
2cfd7f2ede
commit
8d04f90810
|
|
@ -47,6 +47,8 @@ jobs:
|
|||
debug: true
|
||||
script_stop: true
|
||||
script: |
|
||||
set -e
|
||||
cd /var/www/platform/dev
|
||||
echo "⏳ Waiting for services to start..."
|
||||
sleep 10
|
||||
echo "📊 Checking Docker containers status..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue