From d471b149ff5a2a79b1bf33dcc70d744798da6622 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 Mar 2021 20:13:31 +0000 Subject: [PATCH] Makefile: make deploy: Do not push random odd branches Signed-off-by: Ian Jackson --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2