DeployBot vs Travis CI: What are the differences?
What is DeployBot? Instantly deploy from Github, Bitbucket, or Gitlab without complex scripts, commands or configs. DeployBot makes it simple to deploy your work anywhere. You can compile or process your code in a Docker container on our infrastructure, and we'll copy it to your servers once everything has been successfully built.
What is Travis CI? A hosted continuous integration service for open source and private projects. Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
DeployBot and Travis CI are primarily classified as "Continuous Deployment" and "Continuous Integration" tools respectively.
Some of the features offered by DeployBot are:
- Manually deploy with a click in the app, automatically deploy on each push, or use deploy tags in a commit [deploy:production].
- DeployBot gathers new and changed files from your repositories since the last deployment. You can even preview the changes first.
- Files are uploaded, SSH commands are executed and deployment hooks are triggered. Everything is logged for you.
On the other hand, Travis CI provides the following key features:
- Easy Setup- Getting started with Travis CI is as easy as enabling a project, adding basic build instructions to your project and committing code.
- Supports Your Platform- Lots of databases and services are pre-installed and can simply be enabled in your build configuration, we'll launch them for you automatically. MySQL, PostgreSQL, ElasticSearch, Redis, Riak, RabbitMQ, Memcached are available by default.
- Deploy With Confidence- Deploying to production after a successful build is as easy as setting up a bit of configuration, and we'll deploy your code to Heroku, Engine Yard Cloud, Nodejitsu, cloudControl, OpenShift, and CloudFoundry.
"Easy setup" is the top reason why over 26 developers like DeployBot, while over 505 developers mention "Github integration" as the leading cause for choosing Travis CI.
According to the StackShare community, Travis CI has a broader approval, being mentioned in 670 company stacks & 625 developers stacks; compared to DeployBot, which is listed in 37 company stacks and 6 developer stacks.