0.1.8 • Published 9 years ago

mikser-github-webhook v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Mikser GitHub webhooks

A Mikser plugin for integrating web site generation with GitHub webhooks. It will regenerate your web site when you push to a GitHub repository.

Installation

  1. Inside project folder npm install --save mikser-github-webhook
  2. Add the plugin configuration inside mikser.yml
  3. Add the plugin to the list of mikser plugins inside mikser.yml

Plugin configuration

plugins: ['github-webhook', …]
webhook:
  url: '/webhook'
  secret: password
  command: git pull
  branch: 'master'
  • url: Url used to expose the webhook. Default: /webhook
  • secret: The key used to hash the payload by GitHub that we verify against, should match what you tell GitHub
  • command: A system command to execute prior to the generation. The command is executed inside the project folder. Default git pull
  • branch: Filter events only for a given branch. Note that you have to switch manualy to this branch.
0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago