From dfeeb335f801ba0cf99a3463af9be6b009e857dc Mon Sep 17 00:00:00 2001 From: Joe Hand Date: Fri, 3 Feb 2017 13:41:10 -0800 Subject: Netlify deployment (#39) * add netlify * add netlify script * update netlify script * remove travis stuff * add docs on netlify --- scripts/netlify.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/netlify.sh (limited to 'scripts') 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 -- cgit v1.2.3