summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.ant5
1 files changed, 1 insertions, 4 deletions
diff --git a/build.ant b/build.ant
index bf7bbc51..e6a72900 100644
--- a/build.ant
+++ b/build.ant
@@ -103,10 +103,7 @@
<!-- apply production patches -->
<rsync extraopts="--delete"
src="res/production-patch-set/${targetDomain}/rhizi-server.production.conf"
- dst="rsync://${dstServer}/${rsync_module}/etc/rhizi-server.conf" />
- <rsync extraopts="--delete"
- src="res/production-patch-set/${targetDomain}/rz_config.js"
- dst="rsync://${dstServer}/${rsync_module}/static/" />
+ dst="rsync://${remoteDeployServer}/${rsync_module}/etc/rhizi-server.conf" />
</parallel>
</target>