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

cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/
Amanda Ghassaei's avatar
Amanda Ghassaei committed
cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/mod
Amanda Ghassaei's avatar
Amanda Ghassaei committed

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