SourceContextGitRequest
Request to configure a git-based source context.
Properties
repoUrlstring optionalThe URL of the git repository.branchstring optionalThe branch to use from the repository. Mutually exclusive withcommit.repoDirstring optionalThe subdirectory within the repository where Pulumi.yaml is located.commitstring optionalThe commit hash to deploy. Mutually exclusive withbranch.tagstring optionalThe git tag that triggered this deployment. Set by the service when a deployment is queued by a tag push. Mutually exclusive withbranch.- Git authentication configuration.
- Personal access token for git authentication
- SSH authentication configuration
- Basic authentication configuration