Skip to content

1.5.4

Compare
Choose a tag to compare
@zodern zodern released this 20 Apr 19:27
· 54 commits to master since this release
  • 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