Commit bbae69cc authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml

parent f3340cf2
Showing with 2 additions and 1 deletion
+2 -1
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
variables: variables:
JAVA_HOME: "/opt/jdk-12" JAVA_HOME: "/opt/jdk-12"
EXPORT_PAGES_DIR: "/var/www/html/" EXPORT_PAGES_DIR: "/var/www/html/"
EXPORT_PAGES_DIR_TEST: "/data/www/html/"
pages-master: pages-master:
stage: deploy stage: deploy
...@@ -42,7 +43,7 @@ pages-devel: ...@@ -42,7 +43,7 @@ pages-devel:
- cp -r fonts .public - cp -r fonts .public
- cp *.html .public - cp *.html .public
- mv .public public - mv .public public
- cp -r public/* "$EXPORT_PAGES_DIR" - cp -r public/* "$EXPORT_PAGES_DIR_TEST"
artifacts: artifacts:
paths: paths:
- public - public
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment