From a67064b7c328a5961714e84d00ab292417fa6f03 Mon Sep 17 00:00:00 2001 From: RealOrangeOne Date: Fri, 19 Aug 2016 09:08:23 +0100 Subject: [PATCH] set deploy config --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 20d6675..741cbf0 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,8 @@ spellcheck: upload: build git clone https://github.com/RealOrangeOne/host-container.git $(DEPLOY_DIR) + git config --global user.email "git@theorangeone.net" + git config --global user.name "TheOrangeOne" cp -rf $(OUTPUTDIR)/* $(DEPLOY_DIR)/site/ @cd $(DEPLOY_DIR) && git remote add dokku $(DEPLOY_URL) && git add . && git commit -m "add files" && git push -f dokku master --quiet rm -rf $(DEPLOY_DIR)