You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: reorder deploy steps so assets upload before artisan cache
- Split into 3 steps: pull+composer | rsync assets | artisan cache+migrate
- Use rsync --delete instead of scp so old hashed files are removed
- artisan view:cache now runs after assets exist, baking correct hashes
- Final step logs asset count to confirm upload succeeded
0 commit comments