From 871a41637a1409c7a9c9e36087f60441a48f097a Mon Sep 17 00:00:00 2001 From: Artur Czepiel Date: Mon, 20 Jan 2025 17:37:56 +0100 Subject: [PATCH] remove extra branch name from prod path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 612dfadee..a4d39aed2 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ preview: ifeq ($(FORCE_DEPLOY), true) -deploy: RELEASES_DIR = $(VPS_PROD_PATH)/$(SAFE_BRANCH)/releases +deploy: RELEASES_DIR = $(VPS_PROD_PATH)/releases deploy: TARGET = $(RELEASES_DIR)/$(TIMESTAMP) deploy: @echo "\n\n**** Deploying branch '$(BRANCH)' (safe: $(SAFE_BRANCH)) to $(TARGET)...\n\n"