Merge remote-tracking branch 'origin/next' into 7552-pr-previews-not-working

This commit is contained in:
Andras Bacsai
2026-06-01 10:35:37 +02:00
229 changed files with 10921 additions and 6194 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
public function __construct(public int $application_deployment_queue_id)
{
$this->onQueue('high');
$this->onQueue(deployment_queue());
$this->application_deployment_queue = ApplicationDeploymentQueue::find($this->application_deployment_queue_id);
$this->nixpacks_plan_json = collect([]);