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

[cicd] deployment to testserver, curl syntax fixed

3 merge requests!32Prepare production,!29Mlab 197,!6Contact mailinglist assets
Pipeline #221 passed with stage
in 5 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -34,7 +34,7 @@ pages-devel:
- cp *.html .public
- mv .public public
- UPLOADPATH=file://$(pwd)/public
- curl --upload-file $WARPATH -u tomcat:$TOMCATPASS "https://m4lab.hft-stuttgart.de/manager/text/deploy?path=/ROOT&update=true&war=$UPLOADPATH"
- curl -u tomcat:$TOMCATPASS "https://m4lab.hft-stuttgart.de/manager/text/deploy?path=/ROOT&update=true&war=$UPLOADPATH"
artifacts:
paths:
- public
......
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