fix: add cd to health check step
This commit is contained in:
parent
2cfd7f2ede
commit
8d04f90810
|
|
@ -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..."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue