diff --git a/push.sh b/push.sh
deleted file mode 100755
index 522e8dc7f3220e8e04e9b59c02480eb33c1d143f..0000000000000000000000000000000000000000
--- a/push.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-rsync -r -v --exclude=".*" --exclude='node/node_modules/' ~/Research/WebApps/DMDesign/DMDesign ~/Projects/dma/Web/
-
-cd ~/Projects/dma
-hg addremove .
-hg ci -m "deploy from script"
-hg push
\ No newline at end of file