Skip to content

Commit dbaa442

Browse files
committed
fix path
1 parent dfa78f0 commit dbaa442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ SAFE_BRANCH := $(shell echo "$(BRANCH)" | sed 's/[^A-Za-z0-9._-]/-/g')
2121

2222
# TODO: update this to the prod branches
2323
ifeq ($(SAFE_BRANCH), deployment-simpler)
24-
RELEASES_DIR := $(VPS_PATH)/releases
24+
RELEASES_DIR := $(VPS_PROD_PATH)/releases
2525
else
26-
RELEASES_DIR := $(VPS_PATH)/preview/$(SAFE_BRANCH)/releases
26+
RELEASES_DIR := $(VPS_PROD_PATH)/preview/$(SAFE_BRANCH)/releases
2727
endif
2828

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

0 commit comments

Comments
 (0)