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
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:
@@ -99,7 +99,6 @@ php -r 'require "/var/www/html/vendor/laravel/prompts/src/helpers.php"; echo "
|
||||
if [ "$APP_ENV" = "production" ] || [ "$MODE" = "production" ]; then
|
||||
echo "Running production optimizations..."
|
||||
php artisan config:cache
|
||||
php artisan route:cache
|
||||
php artisan view:cache
|
||||
php artisan event:cache
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user