From 0cbc65895d91711abf24db2c1afe9733ba4abdc6 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Wed, 27 May 2015 15:29:30 -0700 Subject: [PATCH] deploy scripts --- deploy.sh | 1 - push.sh | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 push.sh diff --git a/deploy.sh b/deploy.sh index 753df689..8a8475b7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,5 @@ #!/bin/sh -cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/ cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/mod cd ~/Projects/dma diff --git a/push.sh b/push.sh new file mode 100755 index 00000000..6fcdd1e4 --- /dev/null +++ b/push.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/ + +cd ~/Projects/dma +hg addremove . +hg ci -m "deploy from script" +hg push \ No newline at end of file -- GitLab