From 442bc8a7c9fadebde879a3fbd560607391e846ad Mon Sep 17 00:00:00 2001 From: jannisvisser Date: Mon, 25 Nov 2024 15:42:23 +0100 Subject: [PATCH] fix: reflect 'reboot VM' in VM_SETUP + use this as test PR --- docs/VM_SETUP.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/VM_SETUP.md b/docs/VM_SETUP.md index 86bca1991..2c5f974cc 100644 --- a/docs/VM_SETUP.md +++ b/docs/VM_SETUP.md @@ -81,5 +81,6 @@ 2. Set `GITHUB_WEBHOOK_SECRET` value in `/etc/systemd/system/webhook.service` as same value set in Github Webhooks 3. Verification - `ls /etc/systemd/system/` 4. In `/home/ibf-user/IBF-system` - `npm install github-webhook-handler` - 5. `sudo service webhook start` - 6. Verification - `sudo service webhook status` + 5. `sudo systemctl enable webhook` > this makes sure the webhook also restarts again automatically on reboot + 6. `sudo service webhook start` + 7. Verification - `sudo service webhook status`