Monolith to Microservices at Scale Lesson 4 Automating the Application Development Lifecycle: Using Travis CI
Travis CI
yt link
Travis is a tool that helps us with the CI process
Travis integrates with your application using a YAML file
YAML files are often used to specify configurations.
Travis can be used to build and push images to DockerHub
YAML
YAML i...