Skip to content

Learning continuous integration and continuous deployment and testing using docker, travis-ci and aws on react app

Notifications You must be signed in to change notification settings

swarpatel23/docker-react

Repository files navigation

Purpose:

  1. Learn How to write developement level Dockerfile?
  2. Learn How to write production level Dockerfile?
  3. Learn How to write docker-compose file?
  4. Learn How to attach github to Travis-Ci for Testing?
  5. Learn How to write .travis.yml file?
  6. Understand how travis-ci automatically take project from git put it into docker container and deploy on aws beanstalk.

Docker-compose file make things easier which we can do via docker-cli. Due to Docker-compose we don't need to write multiple commands on cli.

Travis-ci is used for continuous integration, Continuous Testing and Continuous Deployement on successfull testing.

DEBUG CODE, NOT AN ENVIORNMENT.

About

Learning continuous integration and continuous deployment and testing using docker, travis-ci and aws on react app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published