Updated Test Pull Requests (markdown)

Louis Lam 2023-09-01 23:45:30 +08:00
parent 70535a8e85
commit 5451e74a87

@ -2,11 +2,11 @@ Now you can test pull requests without setting up any development environment.
You just need to use this docker image with specified pr repo name: You just need to use this docker image with specified pr repo name:
```bash ```bash
docker run --rm -it -p 3000:3000 -p 3001:3001 --pull always -e 'UPTIME_KUMA_GH_REPO=<PR REPO, YOU CAN COPY>' louislam/uptime-kuma:pr-test docker run --rm -it -p 3000:3000 -p 3001:3001 --pull always -e 'UPTIME_KUMA_GH_REPO=<PR REPO, YOU CAN COPY>' louislam/uptime-kuma:pr-test2
``` ```
Example: Example:
UPTIME_KUMA_GH_REPO=`tamasmagyar:test/add-cypress-tests` UPTIME_KUMA_GH_REPO=`chakflying:fix/beat-schedule-delay`
You can copy the name from here easily: You can copy the name from here easily: