Skip to content
Snippets Groups Projects
Commit bfd9bcc4 authored by Eike Cochu's avatar Eike Cochu
Browse files

added deploy cmd for war file

parent f68f2d2b
No related branches found
No related tags found
No related merge requests found
...@@ -56,5 +56,11 @@ if [ $? -ne 0 ]; then ...@@ -56,5 +56,11 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
echo "" >> $LOG
echo "-------------------------------" >> $LOG
echo "deploying vipra-rest" | tee -a $LOG
echo "-------------------------------" >> $LOG
curl 'http://tomcat:tomcat@localhost:8000/manager/text/deploy?path=/vipra-rest&update=true' --upload-file ./vipra-rest/target/vipra-rest.war >> $LOG 2>&1
echo "complete" echo "complete"
exit $? exit $?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment