From 5694dcd3f852ac8d90b625d670f15b3b5b636bdb Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Mon, 18 May 2020 06:51:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml path adapted to apache-only (remove tomcat in the chain) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f591c76..dccc66d 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: JAVA_HOME: "/opt/jdk-12" - EXPORT_PAGES_DIR: "/opt/tomcat9/webapps/ROOT/" + EXPORT_PAGES_DIR: "/var/www/html/" pages-master: stage: deploy -- GitLab