Reloading NodeJ.js app after deployment

Something I cannot wrap my head around. Once my CI/CD script has deployed the code (via cp or rsync) how to I automatically reload my application under the specific username used to run my app? I have a Node.js app manager by process manager pm2, but I can’t figure out how to do that properly.