From 211172d091fd12039ccf36ee2fd09ff004b86b76 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 5 Jun 2015 16:39:42 +0200 Subject: [PATCH] Add deploy script --- deploy | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 deploy diff --git a/deploy b/deploy new file mode 100755 index 0000000..41d5ac7 --- /dev/null +++ b/deploy @@ -0,0 +1,8 @@ +#!/bin/sh + +git up +./build +git add dist +git commit -m "Update static build - `date -u`" +git subtree push --prefix dist 5apps master +git push origin master