Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ You need to create an environment before you can use it in a workflow. See [AUTO
```yaml copy
jobs:
JOB-ID:
environment: ENVIRONMENT-NAME
url: URL
environment:
name: ENVIRONMENT-NAME
url: URL
```

The specified URL will appear:
Expand Down
Loading