Skip to content

Commit a5459e0

Browse files
committed
Improve GitHub Actions docs
1 parent 85d3475 commit a5459e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/cloud-deploy.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
runs-on: ubuntu-latest
9797
timeout-minutes: 15
9898
concurrency: deploy-prod # Avoid deploying concurrently
99+
environment:
100+
name: prod
101+
# Optionally set a URL for the environment
102+
# url: https://example.com
99103
steps:
100104
- uses: actions/checkout@v4
101105

0 commit comments

Comments
 (0)