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 f8513cb commit 498a1a8Copy full SHA for 498a1a8
Makefile
@@ -59,7 +59,7 @@ preview:
59
60
61
ifeq ($(FORCE_DEPLOY), true)
62
-deploy: RELEASES_DIR = $(VPS_PROD_PATH)/$(SAFE_BRANCH)/releases
+deploy: RELEASES_DIR = $(VPS_PROD_PATH)/releases
63
deploy: TARGET = $(RELEASES_DIR)/$(TIMESTAMP)
64
deploy:
65
@echo "\n\n**** Deploying branch '$(BRANCH)' (safe: $(SAFE_BRANCH)) to $(TARGET)...\n\n"
0 commit comments