From c246c51ee64a3579d36d2256c1dfe7285bfbb1ce Mon Sep 17 00:00:00 2001 From: fadilkun45 Date: Mon, 7 Sep 2026 15:33:00 +0700 Subject: [PATCH] fix: correct production work directory path in makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7668110..0f73579 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ ifneq (,$(wildcard $(ENV_FILE))) endif # ---- per-environment (env = prod | dev | local) ---- -WORK_DIR_prod := /var/www/compro-mit-prod +WORK_DIR_prod := /var/www/compro-mit WORK_DIR_dev := /var/www/compro-mit WORK_DIR_local := $(CURDIR) COMPOSE_prod := docker-compose.yml