Skip to content
Snippets Groups Projects
Commit 4af01255 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

deploy script

parent c8f96427
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/
cd ~/Projects/dma
sudo hg addremove .
sudo hg ci -m "deploy"
sudo hg pull
sudo hg push
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment