# Website Flow - branches - master branch is production - development branch is development - feat/* is a feature branch - commits - commit standard is conventional commits - https://www.conventionalcommits.org/en/v1.0.0/ - pull requests for features - every feature is on a branch - every branch gets it's own tmp staging URL - CI (gitlab CI/CD) - deploy - every branch automatically gets deployed to `<branchname>.staging.sordix.dev` - remove after branch removal - master gets deployed to production domain