mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
* Support custom SSH port for Capistrano deploys This allows cap deploy to connect to servers using a non-standard SSH port. * Unify Capistrano environment variables BRANCH is the only variable that is used for Capistrano, but not prefixed with `CAPISTRANO_DEPLOY`. This adds the prefix, so that all cap deploy configuration uses the same naming scheme. * Fall back to old BRANCH env var if new one doesn't exist * Update Capistrano doc Use new branch configuration variable name |
||
---|---|---|
.. | ||
deploy | ||
environments | ||
initializers | ||
locales | ||
application.rb | ||
boot.rb | ||
database.yml | ||
deploy.rb | ||
environment.rb | ||
icons.yml | ||
routes.rb | ||
spring.rb | ||
unicorn.rb.example |