Application Automation
Opened this issue · 1 comments
caiocezart commented
Objectives:
- Must use 3Musketeers pattern
- Should have at least following targets:
- build:
- Build the image using the Docker file created on #7
- publish:
- Publish the new image with the commit SHORT_SHA to ECR
- deploy-wp:
- Update the task definition with the new container built on previous
Acceptance:
- Task definition is being successfully updated and pushed to ECR
- ECS Task is being updated with latest image when running make deploy-wp
- A README file is updated with instructions on how to run the automation
raghunadhpokkalath commented
completed the changes and created pull request