Skip to content

Commit a4d00a1

Browse files
authored
Update readme.md (#3)
This pull request adds a new section to the `readme.md` file to document the environments used in the project. It includes links to production, preview, and canary environments and explains the behavior of pull request environments. ### Documentation updates: * [`readme.md`](diffhunk://#diff-5a831ea67cf5cf8703b0de46901ab25bd191f56b320053be9332d9a3b0d01d15R31-R38): Added a new "Environments" section to document the production, preview, and canary environments, including their URLs and the behavior of pull request environments.
2 parents d38a015 + 0c1921c commit a4d00a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ If you are not familiar with or do not want to use `git`, submit a [new issue](h
2828

2929
For contributions beyond `site\data\register.json`, see the [Contributing Guide](.github/CONTRIBUTING.md).
3030

31+
### Environments
32+
33+
- [Production](https://lemon-stone-0045b7f10.6.azurestaticapps.net)
34+
- [Preview](https://lemon-stone-0045b7f10-preview.centralus.6.azurestaticapps.net/)
35+
- Canary - There can be 2 canary environments at once that are built from Pull Requests. They are in the form https://lemon-stone-0045b7f10-{PullRequestId}.centralus.6.azurestaticapps.net/
36+
37+
Pull Requests automatically spawn environments. However, PR's from forks require approval to run.
38+
3139
### Editorial Guidelines
3240

3341
#### Description

0 commit comments

Comments
 (0)