Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Version Control in mono-repos

  • Use Pull-Request flow

  • Explicitly declare and isolate dependencies (docker, maven, npm, composer)

  • separate config from deployment

  • Centralize deployment workflow and steps (testing, db migration, build, staging, pre-production, production)

  • Use Declarative formats to describe build/deployment

  • containerize with OCI Images (Docker) 

  • Minimize divergence between development and production, enabling continuous deployment for maximum agility.

  • scale up and out without significant changes to tooling, architecture, or development practices.

  • Execute Apps/Deployments as one or more processes, processed should be empheremal

  • No labels