"-SVR-"
This commit is contained in:
@@ -345,7 +345,7 @@ class Provision extends BaseController
|
|||||||
$ansible_host = $productId . "_SERVER";
|
$ansible_host = $productId . "_SERVER";
|
||||||
$ContainerName = $productId ."-SVR-". str_pad($pr->mpid, 10, "0", STR_PAD_LEFT);
|
$ContainerName = $productId ."-SVR-". str_pad($pr->mpid, 10, "0", STR_PAD_LEFT);
|
||||||
//$destinationHomeFolder = "/home/chiefsoft/SITES/" . $ContainerName;
|
//$destinationHomeFolder = "/home/chiefsoft/SITES/" . $ContainerName;
|
||||||
$destinationHomeFolder = $_ENV['DESTINATION_HOME_FOLDER'] . $ContainerName;
|
$destinationHomeFolder = $_ENV['DESTINATION_HOME_FOLDER'] ."-SVR-". $ContainerName;
|
||||||
$composer_template_path_local = $partMachineLocal . $provisionUID;
|
$composer_template_path_local = $partMachineLocal . $provisionUID;
|
||||||
$composer_template_path_remote = $remote_composer_path . $provisionUID;
|
$composer_template_path_remote = $remote_composer_path . $provisionUID;
|
||||||
$ansible_transport_path = $pr->provision_uid; // $ContainerName;
|
$ansible_transport_path = $pr->provision_uid; // $ContainerName;
|
||||||
|
|||||||
Reference in New Issue
Block a user