We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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