aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoe Hand <joe@joeahand.com>2017-02-03 13:41:10 -0800
committerGitHub <noreply@github.com>2017-02-03 13:41:10 -0800
commitdfeeb335f801ba0cf99a3463af9be6b009e857dc (patch)
treed5736250249e441b8579e9729de8a6a0966b4dec /scripts
parent55452e22d4bbbb9dd11d296773e5801870b15bf0 (diff)
downloaddat-docs-dfeeb335f801ba0cf99a3463af9be6b009e857dc.tar.gz
dat-docs-dfeeb335f801ba0cf99a3463af9be6b009e857dc.zip
Netlify deployment (#39)
* add netlify * add netlify script * update netlify script * remove travis stuff * add docs on netlify
Diffstat (limited to 'scripts')
-rw-r--r--scripts/netlify.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/netlify.sh b/scripts/netlify.sh
new file mode 100644
index 0000000..783b9c3
--- /dev/null
+++ b/scripts/netlify.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+echo "Setting Git Stuff"
+# Need this for ecosystem-docs
+git config --global user.email "robot@overlord.industries"
+git config --global user.name "Netlify"
+
+echo "Running npm netlify"
+npm run netlify \ No newline at end of file