agola
agola copied to clipboard
How to config remote sources ?
I don't find remote sources config. Please give some examples? Not the docker run example.
Hi @chuoke for create a remotesource in an Agola running service you must run this command line:
agola --token {agola_admin_token}--gateway-url {agola_gateway_url} remotesource create --type {remotesource_type} --api-url {remotesource_api_url} --auth-type {remotesource_auth_type} --clientid {remotesource_oauth2_clientid} --secret {remotesource_oauth2_secret} --skip-ssh-host-key-check --name {remotesource_name}
For see the help you can use the command: agola remotesource create --help
Here the documentation: https://agola.io/doc/