Add readme
This commit is contained in:
parent
a3168cea20
commit
2dbd2f246f
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Express Build
|
||||||
|
A simple utility to listen for a Gitea webhook and run a shell script.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
1. Copy .env-sample to .env
|
||||||
|
2. Modify the port to listen on.
|
||||||
|
3. Add a secret key.
|
||||||
|
4. Add the path to the shell script to execute.
|
||||||
|
|
||||||
|
## Run
|
||||||
|
Run `npm install` to setup the dependencies.
|
||||||
|
|
||||||
|
Run `npm run start` to begin listening for webhooks.
|
Loading…
Reference in New Issue
Block a user