I'm building my first continuous deployment setup using codeship.io to deploy to my Digital Ocean droplet. Codeship's documentation suggests using SCP to clone the production files.
My question is: should I include the node_modules
folder in the clone? Or should I figure out some way to npm install
on the droplet when needed?