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

rsync -r -v --exclude=".*" --exclude='node/node_modules/' ~/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