Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 550 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 550 Bytes

3 Musketeers

Test, build, and deploy your apps from anywhere, the same way.

The 3 Musketeers is a pattern for developing software in a repeatable and consistent manner. It leverages Make as an orchestration tool to test, build, run, and deploy applications using Docker and Docker Compose. The Make and Docker/Compose commands for each application are maintained as part of the application’s source code and are invoked in the same way whether run locally or on a CI/CD server.