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

[cicd] deployment to testserver, jar hardcoded

Pipeline #227 passed with stage
in 7 seconds
Showing with 1 addition and 2 deletions
+1 -2
......@@ -27,7 +27,6 @@ pages-devel:
stage: deploy
script:
- echo $EXPORT_PAGES_DIR
- which jar
- mkdir .public
- cp -r css .public
- cp -r images .public
......@@ -36,7 +35,7 @@ pages-devel:
- cp *.html .public
- mv .public public
- cd public
- jar -cvf ROOT.war *
- /opt/jdk-12/bin/jar -cvf ROOT.war *
- curl --upload-file ROOT.war -u tomcat:$TOMCATPASS "https://m4lab.hft-stuttgart.de/manager/text/deploy?path=/ROOT&update=true"
artifacts:
paths:
......
Supports Markdown
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