Continous deployment with Meteor Up? (+ newbie questions)

Hi guys, I’ve just checked out the guide on advice how to structure the deployment process. I’ve noticed there were no hints on doing continous deployments with Meteor Up. Has anyone got this working?

Also, in general are there some rules how to set up a staging server? Should the staging server be exactly as the production server, as in hardware should be as strong as the production? Or is it ok to have it weaker since it’s just tested by a few users? What about deploying between staging and production? Are there easy commands or do you need to switch the config in the mup.json file?

What about deploying specific tickets to a server? At the startup where I work we can deploy each ticket to it’s own version, it’s something like ticketnumber.dev.domain.com. Is something like this possible with meteor?