Deploying release for Modules Billing If you haven't already set your github user email globally git config --global user.email "[email protected]" Clean Working tree git stash --include-untracked git pull git reset --hard origin/develop # replace develop with whatever branch you are deploying Make sure your ssh key is added to the agent eval `ssh-agent-s` && ssh-add /root/.ssh/YOUR_SSH_KEY_FOR_CLIENT using deployer gem: ssh-add && \ bundle exec client_deployer --client springbrook --environment staging --deploy-target feature/fix_aside_search_with_pagination using cap ... coming soon (maybe)