mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-07 08:52:35 +00:00
load the actual env from the server
This commit is contained in:
@ -26,9 +26,7 @@ public function handle(): void
|
||||
new EditFileCommand(
|
||||
$this->site->path.'/.env',
|
||||
$this->site->env
|
||||
),
|
||||
'update-env',
|
||||
$this->site->id
|
||||
)
|
||||
);
|
||||
event(
|
||||
new Broadcast('deploy-site-env-finished', [
|
||||
|
Reference in New Issue
Block a user