0.1.8 • Published 8 years ago

mikser-github-webhook v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago