Coditsu integration for Capistrano.
Add this line to your application Gemfile:
gem 'capistrano-coditsu',
git: 'git@github.com:coditsu/capistrano-coditsu.git',
require: true,
branch: :master
And then execute:
$ bundle
In your Capfile
require 'capistrano/coditsu'
install_plugin Capistrano::Coditsu
We are including capistrano-rails
but you need to require it in your application on your own.
We are including capistrano-karafka
but you need to require it in your application on your own.
We are including capistrano-sidekiq
but you need to require it in your application on your own.
We are including capistrano3-puma
but you need to require it in your application on your own.
First, thank you for considering contributing to Coditsu ecosystem! It's people like you that make the open source community such a great community!
Each pull request must pass all our quality requirements.
To check if everything is as it should be, we use Coditsu that combines multiple linters and code analyzers for both code and documentation. Once you're done with your changes, submit a pull request.
Coditsu will automatically check your work against our quality standards. You can find your commit check results on the builds page of Coditsu organization.