mirror of
https://github.com/appwrite/appwrite
synced 2026-05-11 11:10:46 +00:00
Merge branch '1.7.x' into chore-cli-release
This commit is contained in:
commit
d9a02fc0fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue