Category: AWS, github

This is a walkthrough on how to set up a react frontend using some DevOps principles such as continuous integration and continuous deployment CI/CD. In the walkthrough, we will use tools such as Docker, Travis-ci, and AWS Elasticbeanstalk.

Since Travis-ci will be used to integrate the application to elastic beanstalk to be deployed.

To do this will need to create secrets that Travis-ci will use to authenticate and validate the permission set.

You need to create a repository that will hold the config files with the application you want to deploy.

Related Articles