From: Ian Jackson Date: Sun, 18 Apr 2021 17:26:25 +0000 (+0100) Subject: Makefile: "push": Change default branch to "main" X-Git-Tag: otter-0.5.0~22 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=41265acc363b77af6e713dfcc0e9d56ee66d5c6c;p=otter.git Makefile: "push": Change default branch to "main" Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 0782e9c9..e157f231 100644 --- a/Makefile +++ b/Makefile @@ -382,8 +382,8 @@ deploy: for-deploy bundled-sources assets libraries rsync -r nwtemplates/*.tera $(DEPLOY_BASE)/nwtemplates/ ssh -o BatchMode=true $(DEPLOY_USER) $(DEPLOY_FINISH) git branch -f $(DEPLOYED_BRANCH) - -git push origin master - -git push chiark master + -git push origin main + -git push chiark main #$(DEPLOY_BASE)/bundled-sources