From: Ian Jackson Date: Fri, 27 Nov 2020 22:24:53 +0000 (+0000) Subject: record what is deployed (fix) X-Git-Tag: otter-0.2.0~330 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cc5c65efd02db0dcc5bd8853f5f58dfe06810fa9;p=otter.git record what is deployed (fix) Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 70e3d168..77be9922 100644 --- 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 ----------