From d3150d9c7878555b1f6f2a61d704b170518b2093 Mon Sep 17 00:00:00 2001 From: Stefan Schlesinger Date: Sun, 21 Dec 2014 11:47:14 +0100 Subject: [PATCH] Adding Capistrano and Mina to CI tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b8f9cb..3da328b 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ *Continuous integration/deployment software.* * [Buildbot](http://buildbot.net/) - Python-based toolkit for continuous integration. +* [Capistrano](http://www.capistranorb.com) - Reliably deploy your application to any number of machines simultaneously, in sequence or as a rolling set. +* [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool (like Capistrano but single script) * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. * [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories. * [Go](http://www.go.cd/) - Open source continuous delivery server.