This document provides instructions on how to pull changes from your Github repository onto your production server. If you have not completed the deployment process, please visit the deployment guide.
- Log into your server
ssh -i .ssh/codeup-aws.pem ubuntu@IP_ADDRESS
cdinto your project repository directorygit pull origin mainpm2 reload all
It is recommended to run
pm2 logafter you have restarted the server so you can determine if there are any breaking changes.