Explorar o código

agregue grafana.env, falla

Luciano Andrade %!s(int64=7) %!d(string=hai) anos
pai
achega
3ea2871879
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tools/src/Release.php

+ 2 - 1
tools/src/Release.php

@@ -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())