You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase worker_connections in nginx (@markdowney)
When setting config.privateDockerRegistry, the host option is now optional and defaults to the docker hub registry
Moved Prepare Bundle and Push Bundle to separate tasks. This will allow creating hooks that run between those two steps
Before building the app, it now deletes the previous build. This should fix the very rare situations where mup deployed the previous build. This can be disabled by setting the app.buildOptions.cleanBuildLocation option to false
Fix mup status when the config does not have a servers object
Reduced unnecessary output in the deploy check script
Mup now sets config.app.buildOptions.buildLocation to the default value while preparing the mup config, making the build location available to other plugins and hooks. You can also see the build location by running mup validate --show
Fix mup meteor status when mup uses a non-root user on the server