summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-01-18 14:23:00 +0200
committerLV-426 <lv-426@taproot.org.il>2015-01-18 17:08:05 +0200
commitcf522c409eabade59f4cdb4a8c48b6a1e73f608b (patch)
treeb69576a58d42446f615f0a014fd4b7c3a290e49b
parent685c26fcec2022a974a8464f4a6e456e8aec9ef0 (diff)
correct deployment server name
-rw-r--r--build.ant4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.ant b/build.ant
index 35ef9cb7..428691a7 100644
--- a/build.ant
+++ b/build.ant
@@ -82,7 +82,7 @@
<local name="dstServer" />
<local name="rsync_module" />
- <property name="dstServer" value="rz_0.unige.ch" />
+ <property name="dstServer" value="rz-0.unige.ch" />
<property name="rsync_module" value="rhizi.net" />
<property name="filter_list_str"
value="-f '- __pycache__/' -f '- *.pyc'" />
@@ -105,7 +105,7 @@
<target name="deploy-remote.htpasswd.db" description="manual invocation">
<rsync src="${src_server}/res/production-patch-set/htpasswd.db"
- dst="root@rz_0.unige.ch:/srv/www/rhizi/auth/" />
+ dst="root@rz-0.unige.ch:/srv/www/rhizi/auth/" />
</target>
<target name="pkg-deb" depends="clean" description="package as .deb">