mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-30 18:24:03 +00:00
Updated Test Pull Requests (markdown)
parent
70535a8e85
commit
5451e74a87
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue