You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/references/deploy.yml.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Field |Type |Required |Description
10
10
`description` |*string* |`false` |This field is the short description of the deployment.
11
11
`auto_merge` |*boolean* |`false` |This field is used to ensure that the requested ref is not behind the repository's default branch. If you deploy with the commit or the tag you need to set `false`. For rollback, Gitploy set the field `false`.
12
12
`required_contexts` |*[]string* |`false` |This field allows you to specify a subset of contexts that must be success.
13
+
`payload` |*object* or *string* |`false` |This field is JSON payload with extra information about the deployment.
13
14
`production_environment` |*boolean* |`false` |This field specifies whether this runtime environment is production or not.
14
15
`approval` |*[Approval](#approval)* |`false` |This field configures approval.
0 commit comments