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

Merge branch 'serverchange' into 'testing'

Update .gitlab-ci.yml

See merge request !59
parents f3340cf2 bbae69cc
Pipeline #1066 passed with stage
in 3 seconds
......@@ -4,6 +4,7 @@
variables:
JAVA_HOME: "/opt/jdk-12"
EXPORT_PAGES_DIR: "/var/www/html/"
EXPORT_PAGES_DIR_TEST: "/data/www/html/"
pages-master:
stage: deploy
......@@ -42,7 +43,7 @@ pages-devel:
- cp -r fonts .public
- cp *.html .public
- mv .public public
- cp -r public/* "$EXPORT_PAGES_DIR"
- cp -r public/* "$EXPORT_PAGES_DIR_TEST"
artifacts:
paths:
- public
......
Markdown is supported
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