create new pipeline
Last updated
Was this helpful?
Last updated
Was this helpful?
go to CodePipeline of 'Developer Tools'
click *Create Pipeline
input Pipeline name test-pipeline-nginx > because we will deploy nginx image for this tutorial
and click *next
In the Source Provider tab, select Amazon ECR
input Repository name *test/nginx (what we made before)
if you do not input image tag it will automatically trigger when :latest tag pushed
click *skip build stage
because in this example we will trigger based on ECR upload event
if you use github, or AWS Code Commit or something like that you can set build stage