summaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
authorDaniel Silva <daniel.silva@flipside.org>2014-10-10 18:09:21 +0100
committerDaniel Silva <daniel.silva@flipside.org>2014-10-10 18:09:21 +0100
commitb53a599ef270f4271de685ff86b131dee5313b58 (patch)
treeda430c5bb9838d41304452c69ded0fb47db18fca /config.sample.json
parent971f5d4864038637bb9b7c828cd64dd29866d744 (diff)
Allow users to specify a different script for each branch.
Diffstat (limited to 'config.sample.json')
-rw-r--r--config.sample.json2
1 files changed, 2 insertions, 0 deletions
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": {