Commit 1cfe6599 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[initial] yml deployment file

parent 49e2d73a
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
variables:
EXPORT_PAGES_DIR: "/opt/tomcat9/webapps/ROOT/
stage: deploy
script:
- echo $EXPORT_PAGES_DIR
- mkdir .public
- cp -r index.html .public
- mv .public public
- cp -r public/. "$EXPORT_PAGES_DIR"
artifacts:
paths:
- public
only:
- master
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