test commit to trigger hook

This commit is contained in:
Ulf Gebhardt 2023-10-04 19:18:00 +02:00
parent bed3d08b51
commit 0071c610ec
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -46,7 +46,7 @@ npm test
You can use the webhook template `webhook.conf.template` and the `deploy.sh` script in `.github/webhooks/` to implement an automatic deployment from a (github) webhook. You can use the webhook template `webhook.conf.template` and the `deploy.sh` script in `.github/webhooks/` to implement an automatic deployment from a (github) webhook.
For this to work follow these steps (using alpine): For this to work follow these steps (using alpine linux):
```bash ```bash
apk add webhook apk add webhook
cp .github/webhooks/hooks.json.template .github/webhooks/hooks.json cp .github/webhooks/hooks.json.template .github/webhooks/hooks.json