From cc5c65efd02db0dcc5bd8853f5f58dfe06810fa9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 27 Nov 2020 22:24:53 +0000 Subject: [PATCH] record what is deployed (fix) Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------- -- 2.30.2