Updated Test Pull Requests (markdown)

Louis Lam 2023-09-11 18:04:43 +08:00
parent 5451e74a87
commit 0e51dbc094

@ -1,10 +1,18 @@
Now you can test pull requests without setting up any development environment. 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:
v2.x.x
```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-test2 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
``` ```
v1.23.x
```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
```
Example: Example:
UPTIME_KUMA_GH_REPO=`chakflying:fix/beat-schedule-delay` UPTIME_KUMA_GH_REPO=`chakflying:fix/beat-schedule-delay`