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
Copy file name to clipboardExpand all lines: README.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
@@ -361,7 +361,8 @@ jobs:
361
361
# option 2 - specify environment name and url
362
362
environment:
363
363
name: envName
364
-
url: someUrl
364
+
url: someUrl # optional
365
+
deployment: true # optional, default: true. setting to false will not create a deployment object, not compatible with custom deployment protection rules
365
366
```
366
367
- `envName`can be a string or any expression (except for the `secrets` context)
0 commit comments