Commit b3691e09 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige rutas de despliegue

parent b51e4529
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ deploy-development:
      PUBLIC_HOSTNAME=${PUBLIC_HOSTNAME}
  environment:
    name: dev
    url: https://${DEV_PUBLIC_HOSTNAME}
    url: https://index.${DEV_PUBLIC_HOSTNAME}
  only:
    - branches
  except:
@@ -104,6 +104,6 @@ deploy-stable:
      PUBLIC_HOSTNAME=${PUBLIC_HOSTNAME}
  environment:
    name: pro
    url: https://${DEV_PUBLIC_HOSTNAME}
    url: https://index.${DEV_PUBLIC_HOSTNAME}
  only:
    - master