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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ Field |Type |Required |Description
17
17
`required_contexts` |*[]string* |`false` |This field allows you to specify a subset of contexts that must be success.
18
18
`payload` |*object* or *string* |`false` |This field is JSON payload with extra information about the deployment.
19
19
`production_environment` |*boolean* |`false` |This field specifies whether this runtime environment is production or not.
20
-
`review` |*[Review](#review)* |`false` |This field configures review.
20
+
`deployable_ref` |*string* |`false` |This field specifies which the ref(branch, SHA, tag) is deployable or not. It supports the regular expression, [re2](https://github.com/google/re2/wiki/Syntax) by Google, to match the ref.
21
+
`review` |*[Review](#review)* |`false` |This field configures review.
0 commit comments