Coolify deployments are detected via a webhook you configure in Coolify’s notification settings. Results are posted as GitHub PR comments.
TesterArmy uses pull_request_id from the Coolify payload to identify the PR.
Coolify has a known issue where Docker Compose deployments don’t send the preview URL. Other build packs (Nixpacks, Dockerfile, Static) work out of the box.
Workaround: set a Preview URL pattern when creating the webhook:
TesterArmy substitutes the PR number from the payload to build the URL.
Webhook payload does not contain a deployment URL
pull_request_id for preview deployments, not production.