deploy is the deployment of pipego.
git clone https://github.com/pipego/runner.git
cd runner/
make build
./bin/runner --listen-url=:29090git 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=:28082git 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.jsonProject License can be found here.