Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9283 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] Capistrano deployment directory name setting

Reported by: drinkingbird Assigned to: minam
Priority: normal Milestone: 1.x
Component: Capistrano Version: edge
Severity: minor Keywords:
Cc:

Description

This patch allows the naming of releases, current, and shared directories in the capistrano deployment tree.

The variable mapping is:

current_dir -> name of symlink to current release

version_dir -> name of directory where release versions are stored

shared_dir -> name of directory for shared files

There doesn't seem to be any reason not to have this functionality, and a fair amount of capistrano related documentation and tutorials reference these variables, which seem to have disappeared at some point.

Attachments

capistrano_deployment_dir.diff (1.0 kB) - added by drinkingbird on 08/17/07 01:53:51.
Patch for directory naming variables

Change History

08/17/07 01:53:51 changed by drinkingbird

  • attachment capistrano_deployment_dir.diff added.

Patch for directory naming variables

08/30/07 14:48:58 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [7378]) Add version_dir, current_dir, and shared_dir variables for naming directories used in deployment (closes #9283)