Skip to main content

Mup last Build

The deploy process:
  1. Builds your app, using meteor build
  2. Uploads the app bundle, the start script, and the environment variables to your servers
  3. Runs the start script
  4. Verifies that the app sucessfully started
Run
mup deploy
If it failed due to a network error while uploading the bundle, you can run mup deploy --cached-build. It will then skip step 1 of the deploy process and use the bundle from the last time it was built.

Comments