From 85c5adab48c23a8a41a86b1ef6d3a12552b8d87e Mon Sep 17 00:00:00 2001 From: Amir Chaudhry Date: Sun, 16 Mar 2014 19:22:59 +0000 Subject: [PATCH] add deploy script [skip ci]t --- _deploy-unikernel.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 _deploy-unikernel.sh diff --git a/_deploy-unikernel.sh b/_deploy-unikernel.sh new file mode 100755 index 0000000..3cf7735 --- /dev/null +++ b/_deploy-unikernel.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +jekyll build +git add _site +git commit -m 'update _site' +git push origin master