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

Amanda Ghassaei's avatar
Amanda Ghassaei committed
rsync -r -v --exclude=".*" --exclude='node/node_modules/' ~/Research/WebApps/DMDesign/DMDesign ~/Projects/dma/Web/
Amanda Ghassaei's avatar
Amanda Ghassaei committed

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