Dropped the scripts directory

Only script in there was my old ass deploy script. Added to a separate repo in case I want to keep using it. Seriously considering updating the projects that rely on it to use ship and then just abandon this.
This commit is contained in:
Josh Sherman 2015-01-20 19:09:24 -05:00
parent c7b61ea4ec
commit 0196a8adf9

View file

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