Commit 8c8c7130 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Corrige rutas de despliegue

See merge request redmic-project/index-page/redmic-dev!6
parents 31111400 b3691e09
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