update pull
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m13s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
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:
2026-04-02 22:00:30 +07:00
parent ee73c81dde
commit 2f17c3abdd

View File

@@ -94,9 +94,10 @@ php -r 'require "/var/www/html/vendor/laravel/prompts/src/helpers.php"; echo "
# Clear all caches to ensure fresh state
echo "Clearing caches..."
php artisan config:clear || true
php artisan cache:clear || true
php artisan view:clear || true
php artisan route:clear || true
php artisan cache:clear || true
# Verify Vite manifest exists
if [ -f public/build/manifest.json ]; then