devopsacademyau/2020-jun-project1-externals

Application Automation

Opened this issue · 1 comments

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

completed the changes and created pull request