summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-11 00:06:43 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-11 00:06:43 +0200
commitcc5639735143a604e64968faed5610474fb3ba5b (patch)
tree16870cc7bc2c7c54f36dababd550aa7a04caa149
parentb66dfb7f9966993e5708282e39b708ff63e100a5 (diff)
build.ant: rm deprecated rz_config deployment
-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>