Skip to content

Commit 672228a

Browse files
committed
improve readme
1 parent 7967542 commit 672228a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
node_modules/
33
.storage
4+
.wrangler

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ You can use this Cloudflare worker by following the steps after clicking the but
66
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/JRoy/disgit)
77

88

9+
You can also deploy this using docker/docker-compose by cloning this repo and running
10+
`docker compose up --build -d`. The worker will be started on port 8080.
11+
12+
## Environment Variables
13+
digit has the following optional environment variables that you can use to customize your instance;
14+
- `IGNORED_BRANCHES_REGEX` - A regex pattern for branches that should be ignored
15+
- `IGNORED_BRANCHES` - A comma seperated list of branches that should be ignored
16+
- `IGNORED_USERS` - A comma seperated list of users that should be ignored
17+
- `IGNORED_PAYLOADS` - A comma seperated list of webhook events that should be ignored
18+
919
## Supported Events
1020
The following webhook events are supported as of now;
1121
* [check_run](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#check_run)

0 commit comments

Comments
 (0)