ci/cd
All checks were successful
Deploy / build (push) Successful in 33s

This commit is contained in:
Никита Круглицкий 2025-09-26 01:05:53 +06:00
parent 18cbfae2d6
commit 062d48a3d7

View File

@ -31,6 +31,7 @@ jobs:
run: | run: |
docker run -d \ docker run -d \
--name paxton \ --name paxton \
--network traefik \
--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" \