Created Test Pull Requests (markdown)

Louis Lam 2022-09-09 16:19:17 +08:00
parent 99001aea0b
commit 7aada47fd2

20
Test-Pull-Requests.md Normal file

@ -0,0 +1,20 @@
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:
```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:
UPTIME_KUMA_GH_REPO=`tamasmagyar:test/add-cypress-tests`
You can copy the name from here easily:
<img src="https://user-images.githubusercontent.com/1336778/189304667-f0dbce41-95d1-4828-a0e4-e210859a160c.png" width=500 />
Add `-v uptime-kuma-pr-test:/app/data` if you need a persistent storage.
After started, go to http://localhost:3000