4. Deploying the Web Application - lynnaloo/fireball GitHub Wiki

In order to deploy to meteor.com, you will need an account on Meteor.com:

meteor deploy my_app_name.meteor.com

If the application name is not already taken, then it will now be available at http://my_app_name.meteor.com.

Every time the application changes, you can redeploy using this same command.

⚠️ **GitHub.com Fallback** ⚠️