Skip to content
Marshall Jones edited this page Jan 9, 2015 · 3 revisions

Ghetto deploy while auto deploy broken

git fetch && git rebase origin/master && grunt build && grunt deploy && for host in balanced-www-01 balanced-www-02; do time rsync --whole-file --recursive --links --devices -vzPO --no-owner --no-group --perms build/ deploy@$host:/var/lib/justice/www/; done
Clone this wiki locally