Skip to content
Snippets Groups Projects
push.sh 136 B
Newer Older
Amanda Ghassaei's avatar
Amanda Ghassaei committed
#!/bin/sh

cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/

cd ~/Projects/dma
hg addremove .
hg ci -m "deploy from script"
hg push