From 75a3b3147439f82f52c653447c5823aac1df7e7b Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Mon, 9 Sep 2024 10:35:16 +0200
Subject: [PATCH] Fix env file

---
 tasks/app.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/app.yml b/tasks/app.yml
index 85315b2..a883aef 100644
--- a/tasks/app.yml
+++ b/tasks/app.yml
@@ -72,7 +72,7 @@
             - '{{ application_root }}/borgdata/config:/root/.config/borg'
             - '{{ application_root }}/borgdata/ssh:/root/.ssh'
             - '{{ application_root }}/borgdata/cache:/root/.cache/borg'
-          env_file: './borgconfig/.env'
+          env_file: '{{ application_root }}/borgconfig/.env'
 
   tags:
     - deploy
-- 
GitLab