# deploy **Repository Path**: pipego/deploy ## Basic Information - **Project Name**: deploy - **Description**: Pipeline deployment - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-06 - **Last Updated**: 2024-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deploy [![License](https://img.shields.io/github/license/pipego/deploy.svg)](https://github.com/pipego/deploy/blob/main/LICENSE) ## Introduction *deploy* is the deployment of [pipego](https://github.com/pipego). ## Diagram ![diagram](diagram.png) ## Flow ![flow](flow.png) ## Run ### Runner ```bash git clone https://github.com/pipego/runner.git cd runner/ make build ./bin/runner --listen-url=:29090 ``` ### Scheduler ```bash git clone https://github.com/pipego/scheduler.git cd scheduler/ make build make plugin cp config/config.yml bin/ cd bin/ ./scheduler --config-file=./config.yml --listen-url=:28082 ``` ### CLI ```bash git clone https://github.com/pipego/cli.git cd cli/ make build ./bin/cli --config-file=./test/config/config.yml --runner-file=./test/data/runner.json --scheduler-file=./test/data/scheduler1.json ``` ## License Project License can be found [here](LICENSE).