Skip to content

Commit

Permalink
usage in readme (also testing workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-bp committed Jun 9, 2023
1 parent 0f964f7 commit 27d3fe9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ Features
* branch filtering (build will only run if code is pushed to configured branch)
* everything is saved in memory (status reports for build (only last build status is saved))

Usage
-----

```
Usage of ./hook:
-addr string
address/port pair (default ":4444")
-config string
location of config file (default "example.toml")
-httplog
log http requests (webhook push event and status request) (default true)
```



**TODO**
Expand All @@ -46,3 +59,4 @@ without an agent being setup alongside project that are supposed to update

* cancel running build.
* update commit status on github repo itself using github api (needs personal token configured by user)

0 comments on commit 27d3fe9

Please sign in to comment.