Added script

Pretty fucking worthless right now since the script is very much hardcoded to my main production server. Honestly, may drop this for my ship script and not mess with it again.
This commit is contained in:
Josh Sherman 2015-01-20 19:08:09 -05:00
parent c53fcb0d3f
commit 7552f7f9ac

2
deploy Executable file
View file

@ -0,0 +1,2 @@
#!/bin/zsh
ssh aurora "cd /var/www/$1; git rev-parse --abbrev-ref HEAD | xargs git pull origin"