mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 04:30:17 +02:00
More flexibility on releases path. Addresses Issue #7.
This commit is contained in:
parent
59cdb24087
commit
adb3a67924
@ -14,6 +14,10 @@ class Mage_Task_BuiltIn_Deployment_Releases
|
|||||||
$releasesDirectory = $this->_config->release('directory', 'releases');
|
$releasesDirectory = $this->_config->release('directory', 'releases');
|
||||||
$symlink = $this->_config->release('symlink', 'current');
|
$symlink = $this->_config->release('symlink', 'current');
|
||||||
|
|
||||||
|
if (substr($symlink, 0, 1) == '/') {
|
||||||
|
$releasesDirectory = rtrim($this->_config->deployment('to'), '/') . '/' . $releasesDirectory;
|
||||||
|
}
|
||||||
|
|
||||||
$currentCopy = $releasesDirectory . '/' . $this->_config->getReleaseId();
|
$currentCopy = $releasesDirectory . '/' . $this->_config->getReleaseId();
|
||||||
|
|
||||||
// Fetch the user and group from base directory
|
// Fetch the user and group from base directory
|
||||||
|
Loading…
Reference in New Issue
Block a user