diff --git a/build.sh b/build.sh
index 7d9f9a1cf8509630d101e7fcfc1f1f05c4a80abb..df5bbf20333eaed372c97dbfa66342eb59e533b1 100755
--- a/build.sh
+++ b/build.sh
@@ -56,5 +56,11 @@ if [ $? -ne 0 ]; then
         exit 1
 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"
 exit $?