How to Deploy - radicalray/brothers-training GitHub Wiki
Deploying to production
It's generally recommended that you make changes locally, test it, commit and push to Github before deploying. Please do not edit the code directly in production server except to test out simple things quickly before reverting back.
Download Source Tree to commit and push
SSH into production, backup the database, and run git pull from project directory to pull the latest changes to production:
ssh user@hostname (Ask Stephen for this info)
cd brotherstraining.churchincambridge.org
backup
git pull