Closed kamil7732 closed 7 years ago
For simple changes, I log into the server, modify the pm2-env.json file directly, and reload the app:
ssh my.server.com
...
cd /opt/pm2-meteor/myapp
nano pm2-env.json
...
pm2 reload myapp
pm2-meteor reconfig
will do it ;-)
Is there option to only deploy new settings.json? I don't need to build brand new bundle just send a changed settings.json file.