diff --git a/Jenkinsfile b/Jenkinsfile index f342e00..e8c33d6 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" \\