Explorar o código

host.env en lugar de hosts.env

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

+ 3 - 3
tools/src/Release.php

@@ -774,7 +774,7 @@ class Release extends Command
         ->addLinks("amqp")
         ->addLinks("nginx", $this->getDomain("base"))
         ->addEnv_file("running.env")
-        ->addEnv_file("hosts.env")
+        ->addEnv_file("host.env")
         ->addEnviroment("AMQP_KEY", "base")
         ->addVolumes("./base/", "/opt/base");
 
@@ -803,7 +803,7 @@ class Release extends Command
         ->addLinks("amqp")
         ->addLinks("nginx", $this->getDomain("base"))
         ->addEnv_file("running.env")
-        ->addEnv_file("hosts.env")
+        ->addEnv_file("host.env")
         ->addEnviroment("AMQP_KEY", "ftth")
         ->addVolumes("./ftth/", "/opt/ftth");
 
@@ -818,7 +818,7 @@ class Release extends Command
         ->addLinks("amqp")
         ->addLinks("nginx", $this->getDomain("base"))
         ->addEnv_file("running.env")
-        ->addEnv_file("hosts.env")
+        ->addEnv_file("host.env")
         ->addEnviroment("AMQP_KEY", "stats")
         ->addVolumes("./stats/", "/opt/stats");
     }