Add AWS Cloudformation Deployment file for cf-git-prod stack
This pull request commits a CloudFormation stack deployment file to your repository. AWS CloudFormation uses the infrastructure/production/deploy.yaml
file to locate, track, and automatically update a stack that belongs to the cf-git-prod
template. When this pull request is merged, AWS CloudFormation tracks changes to this repository and applies updates to the stack and parameters that are defined in the file.
⚠ When this change is merged, AWS CloudFormation tracks and syncs changes from this repository to the stack defined ininfrastructure/production/deploy.yaml
. Make sure to review it. You can disable syncing at any time in the AWS CloudFormation console.
How does it work?
Your infrastructure/production/deploy.yaml
file contains the path from the root of your Git repository to your CloudFormation template as well as the parameters and tags for your stack. When changes are committed to your repository, CloudFormation automatically updates the stack, its parameters, and tags.
infrastructure/production/deploy.yaml
file?
How do I update the Edit your infrastructure/production/deploy.yaml
file and commit the changes to your repository. Make sure that you commit the changes to the path and branch in the repository that are specified in the deployment file.