Skip to content

Commit bad81e2

Browse files
committed
doc(README.md): mention deployment location
1 parent b061c27 commit bad81e2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,15 @@ To preview the site locally, we recommend using the Python Simple HTTP Server.
3838

3939
* Navigate to the `/app` directory and run: `python3 -m http.server 8000`
4040

41-
If you are a user on the M-Lab Firebase project, you can also preview the site locally using the firebase-cli: `firebase serve --only hosting:mlab-speedtest`
41+
If you are a user on the M-Lab Firebase project, you can also preview the site locally using the firebase-cli: `firebase serve --only hosting:mlab-speedtest`
42+
43+
## Deployment
44+
45+
The site is deployed via GitHub Actions to Firebase Hosting:
46+
47+
| Environment | Trigger | URL |
48+
|-------------|-------------------------------|----------------------------------|
49+
| Sandbox | Pull request (from same repo) | https://mlab-sandbox.web.app |
50+
| Production | Merge to `main` | https://speed.measurementlab.net |
51+
52+
**Note:** PR deployments only work for branches pushed directly to `m-lab/mlab-speedtest`, not from forks (due to Firebase secrets not being available to fork PRs).

0 commit comments

Comments
 (0)