DeploymentSourceGit
DeploymentSourceGit is like SourceContextGit but does not include the Auth data as we don’t want to include that in our deployment response.
Properties
repoURLstring requiredThe URL of the Git repository.branchstring optionalThe branch to deploy from.repoDirstring optionalRepoDir is the directory to work from in the project’s source repository where Pulumi.yaml is located. It is used in case Pulumi.yaml is not in the project source root.commitstring optional(optional) Commit is the hash of the commit to deploy. If used, HEAD will be in detached mode. This is mutually exclusive with the Branch setting. Either value needs to be specified.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.