Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
m4lab_landing_page
Commits
1cfe6599
Commit
1cfe6599
authored
May 31, 2019
by
Wolfgang Knopki
Browse files
[initial] yml deployment file
parent
49e2d73a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
1cfe6599
# 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment