You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ You can use this Cloudflare worker by following the steps after clicking the but
6
6
[](https://deploy.workers.cloudflare.com/?url=https://github.com/JRoy/disgit)
7
7
8
8
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
+
9
19
## Supported Events
10
20
The following webhook events are supported as of now;
0 commit comments