Skip to content

Commit

Permalink
fix: Don't wait for forge to deploy site
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Jan 23, 2024
1 parent 64134c9 commit e031ec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/DeploySite.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected function deploySite(Site $site): void
$this->forge->updateSiteEnvironmentFile($this->forgeServerId, $site->id, base64_decode($this->argument('env')));

$this->output->info('Deploying site...');
$this->forge->deploySite($this->forgeServerId, $site->id);
$this->forge->deploySite($this->forgeServerId, $site->id, false);
}

protected function buildForge(): void
Expand Down
Binary file modified builds/forge-review-apps
Binary file not shown.

0 comments on commit e031ec6

Please sign in to comment.