Project

demae

0.0
No commit activity in last 3 years
No release in over 3 years
Itamae ssh runner for nodes on environment.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.11
~> 5.0
~> 10.0

Runtime

>= 0
>= 0
>= 0
 Project Readme

Demae

Demae is Itamae ssh runner for nodes on environment.

This enable:

$ bundle exec demae apply staging

Installation

Add this line to your application's Gemfile:

gem 'demae'

And then execute:

$ bundle

Initialize

Execute:

$ bundle exec demae install

Then these files are created.

.
└── config
     └── demae
          ├── production.yml
          └── staging.yml

Usage

First, write itamae recipes.
And modify config/demae/staging.yml.

And then execute:

$ bundle exec demae apply staging