JJBigThoughts
Is it best-practice to run filament:upgrade on every deploy?
@awcodes We don't commit assets on main, only on the staging branch. So
filament:upgrade
wasn't getting run. That was our mistake.
On our production server, we basically only run
So, follow-up question: Does filament:upgrade
need to be run on the production server? Or can run it on, say, our staging server and commit any changes, which would later make their way to production?12 replies