From: Ian Jackson Date: Thu, 25 Mar 2021 20:13:31 +0000 (+0000) Subject: Makefile: make deploy: Do not push random odd branches X-Git-Tag: otter-0.5.0~399 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d471b149ff5a2a79b1bf33dcc70d744798da6622;p=otter.git Makefile: make deploy: Do not push random odd branches Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 991e145a..02d8391c 100644 --- a/Makefile +++ b/Makefile @@ -344,8 +344,8 @@ deploy: stamp/cargo.deploy-build 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 - -git push chiark + -git push origin master + -git push chiark master #$(DEPLOY_BASE)/bundled-sources