task to deploy the demo to the website
This commit is contained in:
parent
d970754ff1
commit
7cb53eb4e5
12
build.xml
12
build.xml
@ -367,6 +367,18 @@
|
||||
</target>
|
||||
|
||||
|
||||
<target name="deploy-demo"
|
||||
description="sync demo to sourceforge website"
|
||||
>
|
||||
<exec
|
||||
command="rsync -avP -e ssh . ${sfuser},${sfproject}@web.sourceforge.net:htdocs/demo"
|
||||
dir="${websitedir}/demo"
|
||||
escape="false" checkreturn="false"
|
||||
passthru="true"
|
||||
/>
|
||||
</target>
|
||||
|
||||
|
||||
|
||||
|
||||
<target name="check"
|
||||
|
Loading…
Reference in New Issue
Block a user