diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8a7578..9c31b09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,8 +55,8 @@ docker_deploy: --network=traefik --restart unless-stopped --label traefik.enable=true - --label traefik.http.routers.comprofix.rule=Host('comprofix.com') - --label traefik.http.routers.comprofix.rule=Host('www.comprofix.com') + --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"