SyncFlow
SyncFlow
yaml
type: "io.kestra.plugin.git.SyncFlow"Examples
yaml
id: sync_single_flow_from_git
namespace: system.cicd
tasks:
- id: sync_my_flow
type: io.kestra.plugin.git.SyncFlow
url: https://github.com/my-org/kestra-flows
branch: main
username: my_git_username
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
targetNamespace: dev.marketing # required
flowPath: "flows/marketing/flow.yml" # required
Properties
flowPath *Requiredstring
targetNamespace *Requiredstring
branch string
Default
mainconnectTimeout integerstring
Default
10000dryRun booleanstring
Default
falsegitConfig object
noProxy booleanstring
passphrase string
password string
privateKey string
readTimeout integerstring
Default
60000