Can I deploy Meteor app at Galaxy using MUP?

Hi All,

I have already setup CI/CD using Codeship and Galaxy. But now I want to deploy my app by using MUP. Is it possible that I use MUP to deploy at Galaxy?

Can someone please shed some light on it.

Thanks,
Farhan

There’s no reason to use mup for Galaxy…
You just… $meteor deploy…

2 Likes

What if I want to make multiple builds for a single project. As we see in MUP that we can create separate folders for different apps in one project structure and then do deployment for each build.

I am referring to this article http://meteorpatterns.com/Sewdn/project-builds
Is it possible to do likewise in Galaxy?