buildspec.yml
file to your repository.
The buildspec.yml
file can follow the following format:
~/.aws/credentials
.
In that file, add the following values:
aws-code-pipeline/iam.tf
file. Make adjustments to the
permissions as needed.
mage-codepipeline
and mage-codepipeline-ecr
(unless you changed the code_pipeline_name
variable). The mage-codepipeline
pipeline
will be triggered every time a change is detected in the AWS CodeCommit repo. The mage-codepipeline-ecr
pipeline
will be triggered every time a new image is pushed with into the AWS ECR repo.