Skip to content

Commit

Permalink
Merge pull request #1803 from rodekruis/fix.rebootable-VM
Browse files Browse the repository at this point in the history
fix: reflect 'reboot VM' in VM_SETUP + use this as test PR
  • Loading branch information
jannisvisser authored Nov 25, 2024
2 parents 8b5de9c + 442bc8a commit 0a9e850
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/VM_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 0a9e850

Please sign in to comment.