Skip to content

Commit 223b34c

Browse files
committed
fix previous
1 parent f6cc7f6 commit 223b34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FORCE_DEPLOY ?= false
2424
ifeq ($(SAFE_BRANCH), ep2025)
2525
RELEASES_DIR := $(VPS_PROD_PATH)/releases
2626
else
27-
RELEASES_DIR := $(VPS_PROD_PATH)/preview/$(SAFE_BRANCH)/releases
27+
RELEASES_DIR := $(VPS_PREVIEW_PATH)/$(SAFE_BRANCH)/releases
2828
endif
2929

3030
TARGET := $(RELEASES_DIR)/$(TIMESTAMP)

0 commit comments

Comments
 (0)