issues
search
devopsacademyau
/
2020-feb-project1-group2
Creative Commons Attribution Share Alike 4.0 International
0
stars
2
forks
source link
CICD
#25
Open
kikobr82
opened
4 years ago
kikobr82
commented
4 years ago
create a github action that:
every pull request will run
make build
build step needs to build image and push to ECR tagged with commit SHORT_SHA for reference
create a github action that:
every push to
master
branch will run
make deploy
deploy step will update task definition / service with new container image tag
Acceptance Criteria: minimun:
github action for building pull requests good to have:
github action for deploying new images when new code reaches master branch
make build
master
branch will runmake deploy
Acceptance Criteria: minimun: