diff --git a/Jenkinsfile b/Jenkinsfile index d5d8311..f342e00 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { --restart=always \\ -e SPRING_PROFILES_ACTIVE=prod \\ --label "traefik.enable=true" \\ - --label "traefik.http.routers.lpt-api.rule=Host(`lpt.cat-shark.xyz`) && PathPrefix(`/api`)" \\ + --label "traefik.http.routers.lpt-api.rule=Host(\`lpt.cat-shark.xyz\`) && PathPrefix(\`/api\`)" \\ --label "traefik.http.routers.lpt-api.entrypoints=websecure" \\ --label "traefik.http.routers.lpt-api.tls.certresolver=le" \\ --label "traefik.http.routers.lpt-api.priority=100" \\