Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Source code for applications should also be managed in Git. We recommend that each application contain a Dockerfile for building Docker images and a buildspec for pushing them to an ECR repositorydeploy folder for holding the Helm Charts' configuration.

Code Block
Dockerfile
buildspec.yamldeploy/
Info

You can quickly create new applications using Suspenders.

...