OptionalgitGit repository configuration. Populated from the app's git_repository configuration.
OptionalreferenceGit reference to checkout. Mutually exclusive: branch, tag, or commit.
Git branch to checkout.
Git tag to checkout.
Git commit SHA to checkout.
OptionalresolvedThe resolved commit SHA that was actually used for the deployment. This is populated by the system after resolving the reference (branch, tag, or commit). If commit is specified directly, this will match commit. If a branch or tag is specified, this contains the commit SHA that the branch or tag pointed to at deployment time.
OptionalsourceRelative path to the app source code within the Git repository. If not specified, the root of the repository is used.
Complete git source specification including repository location and reference.