mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Revert
This commit is contained in:
parent
f6dd9b0d33
commit
51f6751b94
1 changed files with 1 additions and 1 deletions
|
|
@ -1130,7 +1130,7 @@ class Builds extends Action
|
|||
$branchName = $deployment->getAttribute('providerBranch');
|
||||
if (!empty($branchName)) {
|
||||
$sitesDomain = System::getEnv('_APP_DOMAIN_SITES', '');
|
||||
$domain = "branch-{$branchName}.{$sitesDomain}";
|
||||
$domain = "branch-{$branchName}-{$resource->getId()}-{$project->getId()}.{$sitesDomain}";
|
||||
$ruleId = md5($domain);
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue