|
@@ -315,6 +315,8 @@ class Release extends Command
|
|
|
|
|
|
copy(getcwd() . "/docker-compose.service", $dObj->dirExists()->realpath()->getPath() . "/docker-compose.service");
|
|
|
|
|
|
+ copy(getcwd() . "/grafana.env", $dObj->dirExists()->realpath()->getPath() . "/grafana.env");
|
|
|
+
|
|
|
|
|
|
} catch (\Throwable $error) {
|
|
|
throw $error;
|
|
@@ -709,7 +711,6 @@ class Release extends Command
|
|
|
|
|
|
$this->addJsonEndPoints($composer, $config);
|
|
|
|
|
|
- copy(getcwd() . "/grafana.env", $dObj->dirExists()->realpath()->getPath() . "/grafana.env");
|
|
|
}
|
|
|
|
|
|
function addJsonEndPoints(FileFormat2 $composer, $config = array())
|