Project

deployed

0.03
The project is in a healthy, maintained state
Mountable Rails engine to manage Kamal commands
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
>= 7.1.1
 Project Readme

Deployed

Gem Version

Deployed is a web interface for the deployment library, Kamal.

Here is a quick video demo: https://x.com/geetfun/status/1716109581619744781?s=20

Requirements

Ruby on Rails

Installation

Add this line to your application's Gemfile:

group :development do
  gem 'kamal'
  gem 'deployed'
end

Usage

Add the following to your app's routes file:

Rails.application.routes.draw do
  if Rails.env.development? && defined?(Deployed)
    mount(Deployed::Engine => '/deployed')
  end

  # Your other routes...
end

Next, head to http://localhost:3000/deployed

Development

Run bin/setup to bootstrap the development environment.

To run tests: bundle exec rake app:test. Currently there are no tests, but some will be added soon.

License

The gem is available as open source under the terms of the MIT License.