From 2fbbba051f074eed390f4a8653547294325748d4 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Sun, 26 Jan 2025 13:05:31 +0100 Subject: [PATCH] Fix makefile Signed-off-by: Bensuperpc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6cc1ed..7dcb464 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ADMIN_SERVICES := yacht uptime-kuma openssh UTILS_SERVICES := it-tools stirlingpdf # gitea-runner -SERVER_DIRECTORY := infrastructure +PROJECT_DIRECTORY := infrastructure DOCKER_PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)