mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +02:00
Fix typo.
This commit is contained in:
parent
13e6311ba7
commit
5c51f593d0
@ -362,7 +362,7 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
|
|||||||
// Releasing
|
// Releasing
|
||||||
if (self::$deployStatus == self::SUCCEDED && $this->getConfig()->release('enabled', false) == true) {
|
if (self::$deployStatus == self::SUCCEDED && $this->getConfig()->release('enabled', false) == true) {
|
||||||
// Execute the Releases
|
// Execute the Releases
|
||||||
Console::output('Starting the <dark_gray>Releaseing</dark_gray>');
|
Console::output('Starting the <dark_gray>Releasing</dark_gray>');
|
||||||
foreach ($hosts as $hostKey => $host) {
|
foreach ($hosts as $hostKey => $host) {
|
||||||
|
|
||||||
// Check if Host has specific configuration
|
// Check if Host has specific configuration
|
||||||
@ -385,7 +385,7 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
|
|||||||
// Reset Host Config
|
// Reset Host Config
|
||||||
$this->getConfig()->setHostConfig(null);
|
$this->getConfig()->setHostConfig(null);
|
||||||
}
|
}
|
||||||
Console::output('Finished the <dark_gray>Releaseing</dark_gray>', 1, 3);
|
Console::output('Finished the <dark_gray>Releasing</dark_gray>', 1, 3);
|
||||||
|
|
||||||
// Execute the Post-Release Tasks
|
// Execute the Post-Release Tasks
|
||||||
foreach ($hosts as $hostKey => $host) {
|
foreach ($hosts as $hostKey => $host) {
|
||||||
|
@ -417,7 +417,7 @@ class Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns Releaseing Options
|
* Returns Releasing Options
|
||||||
*
|
*
|
||||||
* @param string $option
|
* @param string $option
|
||||||
* @param string $default
|
* @param string $default
|
||||||
|
Loading…
Reference in New Issue
Block a user