No commit activity in last 3 years
No release in over 3 years
capistrano3 monitrc download upload task
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0

Runtime

 Project Readme

Capistrano::Monitrc

Installation

gem 'capistrano-monitrc'

And then execute:

$ bundle

Require in Capfile to use the tasks.

Tasks

Download /etc/monitrc file to local folder as #{hostname}.monitrc file name

$ cap production monitrc:download

Upload local hostname.monitrc file to /etc/monitrc

$ cap production monitrc:deploy