From f784988b2857db3babbe1ac384928857c580dfd7 Mon Sep 17 00:00:00 2001 From: Jacob David Grisham Date: Tue, 17 Aug 2021 23:17:36 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0325e4b..38f7deb 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ - Hosting Redis cache on AWS with an [Elasticache](https://aws.amazon.com/elasticache/) instance - Using AWS Cloudfront as a Content Delivery Network (CDN) and connecting Google Domains custom domain to AWS CDN - Error logging with [Sentry](https://sentry.io/welcome/) for hosted application in production -- Continous integration and continuous deployment with [Travis CI](https://travis-ci.org/) and AWS CodeDeploy +- Continous integration with [Jenkins](https://www.jenkins.io/) and continuous deployment with and [AWS CodeDeploy](https://aws.amazon.com/codedeploy/) +- (Deprecated) Continous integration with [Travis CI](https://travis-ci.org/) - (Deprecated) Hosting application on AWS with an [Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/) instance and MySQL database on AWS with a [RDS](https://aws.amazon.com/rds/) instance ## 🛠 Technologies @@ -52,7 +53,7 @@ |. |. |. |. |AWS RDS |. | |. |. |. |. |AWS Elasticache|. | |. |. |. |. |AWS Cloudfront |. | -|. |. |. |. |Travis CI |. | +|. |. |. |. |Jenkins |. | |. |. |. |. |AWS CodeDeploy |. | ## ⚖️ Methodology