🌝Deploying to Production
We merge all reviewed and approved PR's to main
and then merge to the production
branch to start the automated deployment process.
Steps to release a new version
Create a new release in GitHub: https://github.com/calcom/cal.com/releases/new
Profit!
Check for migrations
This is important. When doing a release make sure you run proper migrations first.
Also, important sidenote, if a migration is adding a new table. We need to re-grant proper permissions to each created username that are currently being used. Run these commands for each username (Replcing <USERNAME> with the proper one):
Last updated