#!/bin/zsh if [ "$(git rev-parse --abbrev-ref HEAD)" = "master" ]; then rvm install 2.1.2 bundle exec cap production deploy fi