Skip to content

Commit 498a1a8

Browse files
authored
backport fix from 2025
1 parent f8513cb commit 498a1a8

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
@@ -59,7 +59,7 @@ preview:
5959

6060

6161
ifeq ($(FORCE_DEPLOY), true)
62-
deploy: RELEASES_DIR = $(VPS_PROD_PATH)/$(SAFE_BRANCH)/releases
62+
deploy: RELEASES_DIR = $(VPS_PROD_PATH)/releases
6363
deploy: TARGET = $(RELEASES_DIR)/$(TIMESTAMP)
6464
deploy:
6565
@echo "\n\n**** Deploying branch '$(BRANCH)' (safe: $(SAFE_BRANCH)) to $(TARGET)...\n\n"

0 commit comments

Comments
 (0)