mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
Force SSL and Multi SSL (#456)
This commit is contained in:
@ -82,7 +82,9 @@ public function getHeaderActions(): array
|
||||
|
||||
if (in_array(SiteFeature::DEPLOYMENT, $this->site->type()->supportedFeatures())) {
|
||||
$actions[] = $this->deployAction();
|
||||
$actionsGroup[] = $this->autoDeploymentAction();
|
||||
if ($this->site->sourceControl) {
|
||||
$actionsGroup[] = $this->autoDeploymentAction();
|
||||
}
|
||||
$actionsGroup[] = $this->deploymentScriptAction();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user