site = $site; } /** * @throws Throwable */ public function handle(): void { $this->site->server->ssh()->exec( new EditFileCommand( $this->site->path.'/.env', $this->site->env ) ); } public function failed(): void { } }