Automating Ruby on Rails Deployments with AWS CodeDeploy
- by Emre Yilmaz
- Jul 6, 2018
- AWS • DevOps • Ruby on Rails • Ruby • AWS CodeDeploy • Amazon EC2
Automating deployments of your web applications brings many benefits, especially when you run them on AWS. You standardize the process, prevent human errors, and can integrate with other AWS services like EC2 Autoscaling and Elastic Load Balancing. Today I will talk about how to automate your Ruby on Rails deployments using AWS CodeDeploy.
Continue reading the Automating Ruby on Rails Deployments with AWS CodeDeploy blog post.