From 86eec800b820d165c4ab1adb1b1f9fe95a1e9899 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:38:51 -0500 Subject: [PATCH] Added AWS ECS Full Deployment Article to README (#2630) * Added AWS ECS Full Deployment Article * Just for a refresher * Add AWS ECS Full Deployment Article by Andrew Chen Wang --------- Co-authored-by: Bruno Alla --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0697862c..40d44f57 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ experience better. ## Articles - [Cookiecutter Django With Amazon RDS](https://haseeburrehman.com/posts/cookiecutter-django-with-amazon-rds/) - Apr, 2, 2021 +- [Complete Walkthrough: Blue/Green Deployment to AWS ECS using GitHub actions](https://github.com/Andrew-Chen-Wang/cookiecutter-django-ecs-github) - June 10, 2020 - [Using cookiecutter-django with Google Cloud Storage](https://ahhda.github.io/cloud/gce/django/2019/03/12/using-django-cookiecutter-cloud-storage.html) - Mar. 12, 2019 - [cookiecutter-django with Nginx, Route 53 and ELB](https://msaizar.com/blog/cookiecutter-django-nginx-route-53-and-elb/) - Feb. 12, 2018 - [cookiecutter-django and Amazon RDS](https://msaizar.com/blog/cookiecutter-django-and-amazon-rds/) - Feb. 7, 2018