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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user