CI/CD interface
Context and Problem Statement
Decision Drivers
Proposal
CD interface
###################
# Building and deploying
##################
# Generate an informational tag so we can see where every image comes from.
release-build: # assumes there is a Dockerfile in `app` folder
... code that builds image from app/Dockerfile
release-publish:
... code that publishes to ecr
release-deploy:
... code that restarts ecs service with new imageCI interface
Alternative options considered for CD interface
Last updated
Was this helpful?