From b21153c3846b00f0da5f95be674d4f5d3dbb5937 Mon Sep 17 00:00:00 2001 From: TheOrangeOne Date: Wed, 24 Aug 2016 10:31:04 +0100 Subject: [PATCH] Deploy all files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 741cbf0..6cea104 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ 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/ + 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)