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 dfa78f0 commit dbaa442Copy full SHA for dbaa442
Makefile
@@ -21,9 +21,9 @@ SAFE_BRANCH := $(shell echo "$(BRANCH)" | sed 's/[^A-Za-z0-9._-]/-/g')
21
22
# TODO: update this to the prod branches
23
ifeq ($(SAFE_BRANCH), deployment-simpler)
24
- RELEASES_DIR := $(VPS_PATH)/releases
+ RELEASES_DIR := $(VPS_PROD_PATH)/releases
25
else
26
- RELEASES_DIR := $(VPS_PATH)/preview/$(SAFE_BRANCH)/releases
+ RELEASES_DIR := $(VPS_PROD_PATH)/preview/$(SAFE_BRANCH)/releases
27
endif
28
29
TARGET := $(RELEASES_DIR)/$(TIMESTAMP)
0 commit comments