Added CI Deployment

This commit is contained in:
Matthew McKinnon 2023-12-31 20:18:04 +10:00
parent 7c267a0851
commit eb7711252a

View File

@ -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