We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cc7f6 commit 223b34cCopy full SHA for 223b34c
Makefile
@@ -24,7 +24,7 @@ FORCE_DEPLOY ?= false
24
ifeq ($(SAFE_BRANCH), ep2025)
25
RELEASES_DIR := $(VPS_PROD_PATH)/releases
26
else
27
- RELEASES_DIR := $(VPS_PROD_PATH)/preview/$(SAFE_BRANCH)/releases
+ RELEASES_DIR := $(VPS_PREVIEW_PATH)/$(SAFE_BRANCH)/releases
28
endif
29
30
TARGET := $(RELEASES_DIR)/$(TIMESTAMP)
0 commit comments