Even just redeploying a previously successfully deployed app doesn't work. I monitored mup logs -f
on a separate terminal while deploying, but nothing ever showed up there. Looks like it doesn't even get to the actual deploy step. I have Node 0.10.31 and Meteor 1.0. Is anyone else having this problem or know how to tackle it?
~# mup deploy
Meteor Up: Production Quality Meteor Deployments
------------------------------------------------
Building Started: /root/TS
Bundling Error: code=137, error:
-------------------STDOUT-------------------
-------------------STDERR-------------------
bash: line 1: 26400 Killed meteor build --directory /tmp/2b45aa84-0ffc-4ece-9cf4-aca8500409c3
Actually, the only errors I get relate to bots, but according to my previous posting on SO those errors do not occur during deployment and should not be a problem.