fix deploy
All checks were successful
Deploy back2 / deploy (push) Successful in 33s

This commit is contained in:
2026-04-03 01:32:07 +03:00
parent 4f78f82335
commit c5580833f6

View File

@@ -71,6 +71,8 @@ jobs:
fi fi
if [ -f artisan ]; then if [ -f artisan ]; then
rm -f bootstrap/cache/packages.php bootstrap/cache/services.php bootstrap/cache/config.php bootstrap/cache/events.php bootstrap/cache/routes-*.php
"$PHP_BIN" artisan down --retry=60 || true "$PHP_BIN" artisan down --retry=60 || true
trap '"$PHP_BIN" artisan up || true' EXIT trap '"$PHP_BIN" artisan up || true' EXIT