From eb7711252aa368cac4fdf0cff3dbe8b2c4487ccc Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 31 Dec 2023 20:18:04 +1000 Subject: [PATCH] Added CI Deployment --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04ca973..0d113c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,10 +55,10 @@ docker_deploy: --network=traefik \ --restart unless-stopped \ --label traefik.enable=true - --label traefik.http.routers.{{container_name}}.rule=Host(`comprofix.com`) \ - --label traefik.http.routers.{{container_name}}.rule=Host(`www.comprofix.com`) \ - --label traefik.http.routers.{{container_name}}.entrypoints=https \ - --label traefik.http.routers.{{container_name}}.tls.certresolver=cloudflare \ + --label traefik.http.routers.comprofix.rule=Host(`comprofix.com`) \ + --label traefik.http.routers.comprofix.rule=Host(`www.comprofix.com`) \ + --label traefik.http.routers.comprofix.entrypoints=https \ + --label traefik.http.routers.comprofix.tls.certresolver=cloudflare \ registry.gitlab.comprofix.com/comprofix/website:latest" only: - master