file()) ->replace('__repo__', $this->repository) ->replace('__host__', str($this->repository)->after('@')->before('-')) ->replace('__branch__', $this->branch) ->replace('__path__', $this->path) ->replace('__key__', $this->privateKeyPath) ->toString(); } }