summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh6
-rwxr-xr-xscripts/publish.sh6
2 files changed, 10 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index c4942ac..f92e77a 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -1,5 +1,9 @@
#!/bin/bash
-set -e
+set -e
+
+# This script is meant to be run automatically
+# as part of the jekyll-hook application.
+# https://github.com/developmentseed/jekyll-hook
repo=$1
branch=$2
diff --git a/scripts/publish.sh b/scripts/publish.sh
index 5e1d2f1..82e728b 100755
--- a/scripts/publish.sh
+++ b/scripts/publish.sh
@@ -1,5 +1,9 @@
#!/bin/bash
-set -e
+set -e
+
+# This script is meant to be run automatically
+# as part of the jekyll-hook application.
+# https://github.com/developmentseed/jekyll-hook
repo=$1
branch=$2