From b53a599ef270f4271de685ff86b131dee5313b58 Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Fri, 10 Oct 2014 18:09:21 +0100 Subject: Allow users to specify a different script for each branch. --- config.sample.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.sample.json') diff --git a/config.sample.json b/config.sample.json index eba0920..566b329 100644 --- a/config.sample.json +++ b/config.sample.json @@ -3,8 +3,10 @@ "temp": "/home/ubuntu/jekyll-hook", "public_repo": true, "scripts": { + "#default": { "build": "./scripts/build.sh", "publish": "./scripts/publish.sh" + } }, "secret": "", "email": { -- cgit v1.2.3