Deployment Query

Good day,

I have a question regarding deployment. With regards to deploying to the Meteor test server, if I for example had to deploy to appname.meteor.com and then wanted to push updates/changes, would I then re-deploy to appname.meteor.com, or deploy to someotherappname.meteor.com?

Also, in terms of deploying to a Live cloud server, would the way that one pushes updates vary and relate to the type of service being used? e.g. Modulus, Heroku, AWS, Bluehost, etc?

Thank you.

You would redeploy to appname.meteor.com - that would cause the hot code reload to run.