mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Updated Test Pull Requests (markdown)
parent
5451e74a87
commit
0e51dbc094
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue