fix: correct production work directory path in makefile
This commit is contained in:
parent
657019f123
commit
c246c51ee6
2
makefile
2
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user