Add dev scripts to deploy to dev environment
authorChristos KK Loverdos <loverdos@gmail.com>
Tue, 12 Mar 2013 14:22:30 +0000 (16:22 +0200)
committerChristos KK Loverdos <loverdos@gmail.com>
Tue, 12 Mar 2013 14:22:30 +0000 (16:22 +0200)
build.xml
rsync-to-dev84.sh [new file with mode: 0755]

index 601ff06..6270775 100644 (file)
--- a/build.xml
+++ b/build.xml
         </scp>
     </target>
 
+  <target name="rsyncToDev84">
+    <exec executable="${basedir}/rsync-to-dev84.sh"></exec>
+  </target>
+
        <target name="clean" description="Delete all build artifacts">
                <delete dir="${build.dir}"/>
        </target>
diff --git a/rsync-to-dev84.sh b/rsync-to-dev84.sh
new file mode 100755 (executable)
index 0000000..4fd8313
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+rsync --delete -avz ./out/artifacts/pithos_web_client_GWT/gr.grnet.pithos.web.Pithos/* dev84.dev.grnet.gr:pithos_webclient/