Commit 29a5f952 authored by Ignacio's avatar Ignacio
Browse files

Corrige nombre de la variable publichost

parent c856eab4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
PUBLIC_PORT=2224
PASSIVE_PUBLIC_PORT=30000-30009
+1 −2
Original line number Diff line number Diff line
@@ -12,5 +12,4 @@ variables:
.deploy:
  script:
    - >
      deploy.sh COMPOSE_FILE=${COMPOSE_FILE} PUBLIC_PORT=${PUBLIC_PORT}
      PUBLIC_HOST=${PUBLIC_HOST}
      deploy.sh COMPOSE_FILE=${COMPOSE_FILE} PUBLICHOST=${PUBLICHOST}