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

removed sudo from deploy script

parent 844c7e9a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@
cp -R ~/Research/WebApps/DMDesign ~/Projects/dma/Web/
cd ~/Projects/dma
sudo hg addremove .
sudo hg ci -m "deploy from script"
sudo hg push
\ No newline at end of file
hg addremove .
hg ci -m "deploy from script"
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