Symfony Release Checklist
The list of the To-do's we have complete right before the deploy our application to stage or live 🚀
Make sure the development and production dependencies are correctly defined and production release does not include development packages
Check the environment variables defined in .env file to prevent a leak of any sensitive information and make sure this file only includes example values
Once again, make sure the Makefile is running correctly for all the environments defined for the project
Open a pull request from the development branch which contains all the branches that have been completed their coding life-cycle to the environment's base branch
If any newly defined environment variables exist in .env file, make sure they are defined in the .env.local with correct values on the target server or continuous deployment tool
Then wait for the deployment tool while you enjoy a sip of your ☕️