Commit Graph

4 Commits

Author SHA1 Message Date
William Johnston b53e550fc0 Fix Style/StringLiterals 2016-02-28 17:56:07 -06:00
Sandy Vanderbleek a77a0ff2db Remove unused and empty method definition 2014-04-01 16:58:50 -07:00
seenmyfate d8b9b695bb Allow configuration location to be configurable
This change allows both the `deploy_config_path` and `stage_config_path`
to be moved from the default locations of `config/deploy.rb` and
`config/deploy` respectively.  These values __must__ be set in the
`Capfile` prior to `capistrano/setup` being called, for example:

    set :deploy_config_path, 'app/config/deploy.rb'
    set :stage_config_path, 'app/config/deploy'

    # Load DSL and Setup Up Stages
    require 'capistrano/setup'

Fixes #610
2013-10-14 12:44:38 +01:00
seenmyfate 49a075427d basic deployment - done 2013-03-12 21:22:49 +00:00