New dev deployment settings
authorChristos KK Loverdos <loverdos@gmail.com>
Thu, 13 Jun 2013 11:12:20 +0000 (14:12 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Thu, 13 Jun 2013 11:15:02 +0000 (14:15 +0300)
build.xml
rsync-to-dev.sh [new file with mode: 0755]
rsync-to-dev84.sh [deleted file]

index 88d36d0..5c6fc9c 100644 (file)
--- a/build.xml
+++ b/build.xml
         </scp>
     </target>
 
-  <target name="rsyncToDev84">
-    <exec executable="${basedir}/rsync-to-dev84.sh"></exec>
+  <target name="rsyncToDev">
+    <exec executable="${basedir}/rsync-to-dev.sh"></exec>
   </target>
 
        <target name="clean" description="Delete all build artifacts">
diff --git a/rsync-to-dev.sh b/rsync-to-dev.sh
new file mode 100755 (executable)
index 0000000..2137d8d
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+rsync --delete -avz ./out/artifacts/pithos_web_client_GWT/gr.grnet.pithos.web.Pithos/* root@pithos.synnefo.dev.grnet.gr:/usr/share/synnefo/static/pithos_webclient
diff --git a/rsync-to-dev84.sh b/rsync-to-dev84.sh
deleted file mode 100755 (executable)
index 4fd8313..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-rsync --delete -avz ./out/artifacts/pithos_web_client_GWT/gr.grnet.pithos.web.Pithos/* dev84.dev.grnet.gr:pithos_webclient/