You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
make build
master
branch will runmake deploy
Acceptance Criteria:
minimun:
- github action for building pull requests
good to have:
- github action for deploying new images when new code reaches master branch
The text was updated successfully, but these errors were encountered: