1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentSourceGit

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

    • repoURL string required
      The URL of the Git repository.
    • branch string optional
      The branch to deploy from.
    • repoDir string optional
      RepoDir 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.
    • commit string 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.