From 52190005b2b4c079e60f9115ea42a59789f1309f Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 1 May 2022 19:49:26 -0700 Subject: [PATCH] * Pointing to root of project --- docker-host/setup/tasks/landing-page.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-host/setup/tasks/landing-page.yml b/docker-host/setup/tasks/landing-page.yml index 3941f70..ebabb03 100644 --- a/docker-host/setup/tasks/landing-page.yml +++ b/docker-host/setup/tasks/landing-page.yml @@ -4,5 +4,5 @@ tasks: - name: Copy landing page copy: - src: "{{LANDING_PAGE_PUBLIC_PATH}}/public/" - dest: /var/www/html/ \ No newline at end of file + src: "{{LANDING_PAGE_ROOT_PATH}}/public/" + dest: /var/www/html/