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. |
...