- local development workflow
- ensure there's a dev branch that matches the machine ID and force schema, truncate tables, load dev data, write branch name/access keys to envs
- ensure there's a test branch that matches the machine ID and force schema, truncate tables, write branch name/access keys to envs
- github branch workflow
- ensure there's a test branch that matches 'github', branch_name, and force schema, truncate data, write branch name/access keys to envs
- deployment workflows
- deploying to staging, create a branch off of staging if schema changed, force schema, try to merge, block code deploy if you can't merge
- deploying to production, create a branch off of production if schema changed, force schema, try to merge, block code deploy if you can't merge
Created
August 22, 2022 19:59
-
-
Save reconbot/354307a9a811416e6731c42a2dad8067 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment