Commit 32ff44ff authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Pone al día la configuración del proyecto

parent af0a111e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment.yml'
    file: '/deployment-service/docker-deploy.yml'

stages:
  - deploy
@@ -9,5 +9,3 @@ stages:
.deploy:
  variables:
    STACK: gateway
  environment:
    url: https://${PUBLIC_HOSTNAME}
+0 −2
Original line number Diff line number Diff line
version: '3.5'

services:
  nginx-proxy-https:
    deploy:
+0 −2
Original line number Diff line number Diff line
version: '3.5'

services:
  nginx-proxy-https:
    deploy:
+0 −2
Original line number Diff line number Diff line
version: '3.5'

services:
  nginx-proxy-https:
    image: ${IMAGE_NAME:-nginx}:${IMAGE_TAG:-alpine}