From 92e8062a26e195bf1e21f180e9d9bdd3904d1771 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 16 Aug 2016 22:00:44 +0100 Subject: [PATCH] hide build command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb83b96..20d6675 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ spellcheck: upload: build git clone https://github.com/RealOrangeOne/host-container.git $(DEPLOY_DIR) 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 + @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)