Skip to content

Releases: jeff-pedro/challenge-devops-app

New Deploy with Github Actions

11 Mar 21:07
386805e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

Deploy application to ECS

06 Mar 13:14
Compare
Choose a tag to compare

Build and deploy the application on Amazon Elastic Container Service

  • Automates infrastructure deployment with Terraform
  • Builds docker image of the application
  • Publishes application image to Amazon Elastic Container Registry (ECR)
  • Deploy container application to Amazon Elastic Container Service (ECS)

Full Changelog: v0.1.0...v1.0.0

Build application with Docker image

16 Feb 15:23
Compare
Choose a tag to compare
Pre-release
  • Adds Django application code
  • Creates Dockerfile to build the application image