GitS3\Console\Commands\DeployCommand::init PHP Method

init() private method

private init ( )
    private function init()
    {
        foreach ($this->finder as $file) {
            $this->uploadFile($file);
        }
    }