Added deploy script

This commit is contained in:
Josh Sherman 2013-08-03 10:05:17 -04:00
parent 6d1b0555b9
commit a3164cdd6d

2
bash/deploy Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
/usr/bin/ssh -p9455 josh@aurora "cd /var/www/$1; git pull origin master"