So, I disabled my site using
symfony project:disable --env=prod
And updated my new code on the server.
But now when I run
symfony doctrine:migrate --env=prod
I get a warning that the site is currently unavailable.
I obviously do not want to include the project (for now), since I first want it to work. What is the right way to do this?
source share