Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
m4lab_landing_page
Commits
bbae69cc
Commit
bbae69cc
authored
4 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
f3340cf2
master
testing
5 merge requests
!74
Testing
,
!63
Prepare prod
,
!62
Testing
,
!60
Partizipation
,
!59
Update .gitlab-ci.yml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
.gitlab-ci.yml
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
+
2
-
1
View file @
bbae69cc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets