Hello, we are deploying the application we wrote with mup.js and I think we have some time losses during deployment. I wondered if you have any solutions or alternatives for these. I have itemized the problems I am experiencing below.
-
mup.js first takes the build locally and then uploads it to the machine or register to install it. Then another bundle process is performed here. I think this process can be combined. When I was using dokku, this process was done directly on the master machine with
git push dokku master
. -
The application we wrote has multiple installations. We also have parallel installations where we separate job machines. For this reason, settings.json and mup.js config files may differ. Can we use different settings with the same build once we get a build specific to Mup.