Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 667 Bytes

File metadata and controls

13 lines (10 loc) · 667 Bytes

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.