fix: update preview deployment comment to include protocol in domain URL

This commit is contained in:
Mauricio Siu
2025-06-29 13:47:17 -06:00
parent 36ebefff16
commit cfade317f1

View File

@@ -171,7 +171,7 @@ export const createPreviewDeployment = async (
const runningComment = getIssueComment(
application.name,
"initializing",
generateDomain,
`${application.previewHttps ? "https" : "http"}://${generateDomain}`,
);
const issue = await octokit.rest.issues.createComment({