Fix commit URLs max length

This commit is contained in:
Matej Bačo
2025-05-26 12:56:23 +02:00
parent 3f9b4e92e9
commit 44e16ce98d
+1 -1
View File
@@ -324,7 +324,7 @@ $createGitDeployments = function (GitHub $github, string $providerInstallationId
// VCS commit preview
if (!empty($providerCommitHash)) {
$domain = "commit-{$providerCommitHash}-{$resource->getId()}-{$project->getId()}.{$sitesDomain}";
$domain = "commit-{$providerCommitHash}.{$sitesDomain}";
$ruleId = md5($domain);
try {
Authorization::skip(