Skip to content

coditsu/capistrano-coditsu

Repository files navigation

Capistrano Coditsu

CircleCI

Coditsu integration for Capistrano.

Installation

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

Usage

In your Capfile

require 'capistrano/coditsu'

install_plugin Capistrano::Coditsu

capistrano-rails

We are including capistrano-rails but you need to require it in your application on your own.

How to do it

capistrano-karafka

We are including capistrano-karafka but you need to require it in your application on your own.

How to do it

capistrano-sidekiq

We are including capistrano-sidekiq but you need to require it in your application on your own.

How to do it

capistrano3-puma

We are including capistrano3-puma but you need to require it in your application on your own.

How to do it

Note on contributions

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.

coditsu

Releases

No releases published

Packages

No packages published

Languages