All Projects → sdogruyol → capistrano-kemal

sdogruyol / capistrano-kemal

Licence: other
Capistrano integration for Kemal

Programming Languages

ruby
36898 projects - #4 most used programming language

capistrano-kemal

This is a Capistrano v3 plugin that integrates Kemal tasks into capistrano deployment scripts to ease deployment.

Installation

Add capistrano-kemal to your Gemfile.

gem 'capistrano-kemal'

Load capistrano-kemal in your Capfile.

require 'capistrano/kemal'

That's it.

Example

Here's an example

set :application, 'your-app'
set :repo_url, '[email protected]:username/your-app.git'
set :deploy_to, '/home/user/apps/your-app/'
set :kemal_env, 'production'


after 'deploy:publishing', 'kemal:restart'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sdogruyol/capistrano-kemal.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].