chiark / gitweb /
record what is deployed (fix)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 27 Nov 2020 22:24:53 +0000 (22:24 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 27 Nov 2020 22:24:53 +0000 (22:24 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 70e3d168d07eaddaa27fcd1a092d019201f49e8e..77be99224644545dc10040e2e1ff1f5922a5f4d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ BUNDLE_SOURCES ?= bundle-rust-sources
 DEPLOY_ARCH=x86_64-unknown-linux-musl
 DEPLOY_RELEASE=debug
 DEPLOY_TARGET_DIR=$(TARGET_DIR)/$(addsuffix /,$(DEPLOY_ARCH))$(DEPLOY_RELEASE)
-DEPLOY_BRANCH=deployed
+DEPLOYED_BRANCH=deployed
 
 #---------- nailing-cargo ----------