akamai-consulting / akamai-starterkit

MIT License
4 stars 0 forks source link

Formalize Production Code Promotion Process #18

Open aweingarten opened 5 months ago

aweingarten commented 5 months ago

User Story

As a customer:

  1. I want my production deployments to go to the production network
  2. and have the option of using different API keys to isolate lateral movements from the development tier

How do we want to handle tags? How do we want to do hotfix branches?

Branch per environment. Tag deployments to enviorn\ments not currently supported. If someone has a clever idea we can always add it

Implementation Details

Need to think through the UX here. Maybe deploy to staging and then have a manual promotion to prod?