Mup deploy devel branch of Meteor

How do you deploy a devel branch version of Meteor to server (digitalocean)?
In other words, how can I specify toe path to Meteor binary for mup?

I think to deploy a branch all you need to do is git checkout feature/foobar then mup deploy.

1 Like

How does mup know which Meteor repo should be used to deploy?

I think mup just bundles your deployable app into wherever you tell it to via your configuration json file. You also call mup from within your Meteor app folder, right? You don’t really call it from anywhere else.