No commit activity in last 3 years
No release in over 3 years
Setup stage owned files when cap deploy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

CapistranoOverrideFiles

Setup stage owned files when cap deploy.

Install

Write in your Gemfile.

gem 'capistrano_override_files'

Example

If you want to replace stage owned /initializers/env.rb, put files like below.

config
└── override_files
    ├── production
    │   └── config
    │       └── initializers
    │           └── env.rb
    └── staging
        └── config
            └── initializers
                └── env.rb

This library depend on capistrano-ext (use multistage).

This project rocks and uses MIT-LICENSE.