From e6ba3fbdc6b251c9188b3a30083f16d19446ddc0 Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Wed, 26 Aug 2015 19:09:08 -0400
Subject: [PATCH] no push.sh

---
 push.sh | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100755 push.sh

diff --git a/push.sh b/push.sh
deleted file mode 100755
index 522e8dc7..00000000
--- 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
-- 
GitLab