diff --git a/.gitea/workflows/deploy-backend.yml b/.gitea/workflows/deploy-backend.yml index 65a5da1..f4a8340 100644 --- a/.gitea/workflows/deploy-backend.yml +++ b/.gitea/workflows/deploy-backend.yml @@ -36,7 +36,7 @@ jobs: --name tmc-backend \ --network traefik \ --label "traefik.enable=true" \ - --label "traefik.http.routers.tmc-backend.rule=Host(\`${{ vars.BACKEND_HOST }}\`)" \ + --label "traefik.http.routers.chad-server.rule=Host(\`api.koptilnya.xyz\`) && PathPrefix(\`/test-1\`)" \ --label "traefik.http.routers.tmc-backend.entrypoints=websecure" \ --label "traefik.http.routers.tmc-backend.tls=true" \ --label "traefik.http.routers.tmc-backend.tls.certresolver=myresolver" \ diff --git a/.gitea/workflows/deploy-frontend.yml b/.gitea/workflows/deploy-frontend.yml index acc7339..6c58c08 100644 --- a/.gitea/workflows/deploy-frontend.yml +++ b/.gitea/workflows/deploy-frontend.yml @@ -39,7 +39,7 @@ jobs: --name tmc-frontend \ --network traefik \ --label "traefik.enable=true" \ - --label "traefik.http.routers.tmc-frontend.rule=Host(\`${{ vars.FRONTEND_HOST }}\`)" \ + --label "traefik.http.routers.chad-client.rule=Host(\`test-1.koptilnya.xyz\`)" \ --label "traefik.http.routers.tmc-frontend.entrypoints=websecure" \ --label "traefik.http.routers.tmc-frontend.tls=true" \ --label "traefik.http.routers.tmc-frontend.tls.certresolver=myresolver" \