The deploy process:
- Builds your app, using
meteor build
- Uploads the app bundle, the start script, and the environment variables to your servers
- Runs the start script
- 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
Post a Comment