We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here, I will teach you how to update the meteor app in the right way.
First, connect to the server (obviously).
Go to /home/themia.co (cd /home/themia.co)
nvm use 0.10
pm2 stop 0
rm -rf bundle/ themia.co.tar.gz
cd themia.co
git pull
meteor build ./..
cd ./..
tar -xf themia.co.tar.gz
cd bundle/programs/server
npm install
pm2 start 0
Your job is done !!