ci/cd
Some checks failed
Deploy / build (push) Failing after 28s

This commit is contained in:
Никита Круглицкий 2025-09-26 00:56:56 +06:00
parent fb3cb91135
commit e02ceb9e16

View File

@ -29,7 +29,7 @@ jobs:
docker run -d \ docker run -d \
--name paxton \ --name paxton \
--label "traefik.enable=true" \ --label "traefik.enable=true" \
--label "traefik.http.routers.paxton.rule=Host(`paxton.koptilnya.xyz`)" \ --label "traefik.http.routers.paxton.rule=Host(\`paxton.koptilnya.xyz\`)" \
--label "traefik.http.routers.paxton.entrypoints=websecure" \ --label "traefik.http.routers.paxton.entrypoints=websecure" \
--label "traefik.http.routers.paxton.tls.certresolver=myresolver" \ --label "traefik.http.routers.paxton.tls.certresolver=myresolver" \
--label "traefik.http.services.paxton.loadbalancer.server.port=80" \ --label "traefik.http.services.paxton.loadbalancer.server.port=80" \