remove route::cache production
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m12s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / deploy-staging (push) Successful in 37s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 0s

This commit is contained in:
eko
2026-04-04 23:51:47 +07:00
parent 4398aee449
commit 1d63c28356

View File

@@ -99,7 +99,6 @@ php -r 'require "/var/www/html/vendor/laravel/prompts/src/helpers.php"; echo "
if [ "$APP_ENV" = "production" ] || [ "$MODE" = "production" ]; then if [ "$APP_ENV" = "production" ] || [ "$MODE" = "production" ]; then
echo "Running production optimizations..." echo "Running production optimizations..."
php artisan config:cache php artisan config:cache
php artisan route:cache
php artisan view:cache php artisan view:cache
php artisan event:cache php artisan event:cache
else else