summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 44f0876..e7428d1 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ deps:
build: clean
hugo
-DEPLOY_BRANCH := gh-pages
+DEPLOY_BRANCH := master
DEPLOY_DIR := public
.PHONY: publish
@@ -29,6 +29,6 @@ publish: build
git push origin $(DEPLOY_BRANCH) ; \
fi
- git symbolic-ref HEAD refs/heads/master
+ git symbolic-ref HEAD refs/heads/posts
git reset --mixed
[ -d $(DEPLOY_DIR) ] && rm -rf $(DEPLOY_DIR)