fixed wrong case in deployment name
This commit is contained in:
parent
a97487b929
commit
4df65d4881
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
||||||
<deploy url="${tomcat.url}"
|
<deploy url="${tomcat.url}"
|
||||||
username="${tomcat.user}"
|
username="${tomcat.user}"
|
||||||
password="${tomcat.pass}"
|
password="${tomcat.pass}"
|
||||||
path="/zallery"
|
path="/Zallery"
|
||||||
update="true"
|
update="true"
|
||||||
war="file:${releaseDir}/Zallery.war" />
|
war="file:${releaseDir}/Zallery.war" />
|
||||||
</target>
|
</target>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue