Comment on How we reduced deployment times by 95%Comments−evantahler7yCool! I’m curious if this is something that nodemon/pm2 could do as task runners. You could call “npm update” and then hup your process...This is sort of how Capistrano handled deployments, changing a symlink to all project deps and then signaling the process to reload
Comments
Cool! I’m curious if this is something that nodemon/pm2 could do as task runners. You could call “npm update” and then hup your process...
This is sort of how Capistrano handled deployments, changing a symlink to all project deps and then signaling the process to reload