After doing: $ meteor deploy myapp.meteor.com
how can I push new changes so that it update the version that is on line (myapp.meteor.com) ?
How can I push to the online remote if there is like I would with heroku by doing git push heroku master
?
thanks