Releases: jeff-pedro/challenge-devops-app
Releases · jeff-pedro/challenge-devops-app
New Deploy with Github Actions
What's Changed
- Create Github Action file ecs.yml by @jeff-pedro in #1
- Change workflow to trigger on pull-request by @jeff-pedro in #2
- Fix download image.json on deploy workflow by @jeff-pedro in #3
- Fix download image.json on deploy workflow by @jeff-pedro in #4
- Fix download image.json on deploy workflow by @jeff-pedro in #5
- Fix download image.json on deploy workflow by @jeff-pedro in #6
- Fix download image.json on deploy workflow by @jeff-pedro in #7
New Contributors
- @jeff-pedro made their first contribution in #1
Full Changelog: v1.0.0...v2.0.0
Deploy application to ECS
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
- Adds Django application code
- Creates Dockerfile to build the application image