Skip to content
Snippets Groups Projects
Commit c9cfb441 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Add tomcat autodeploy for gitlab ci

parent 632d556a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ cache:
.verify: &verify
stage: test
script:
- 'mvn $MAVEN_CLI_OPTS verify site site:stage'
- 'mvn $MAVEN_CLI_OPTS verify'
except:
- master
......@@ -66,7 +66,7 @@ deploy:jdk8:
# Use stage test here, so the pages job may later pickup the created site.
stage: test
script:
- 'mvn $MAVEN_CLI_OPTS deploy'
- 'mvn $MAVEN_CLI_OPTS tomcat:redeploy'
only:
- master
# Archive up the built documentation site.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment