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
However, I get a silent fail when I try to run mup setup or mup deploy from the .deploy folder. The commands only work when I run them with the following flag: mup setup --config .deploy/mup.js mup deploy --config .deploy/mup.js
I'm trying to upload my meteor app to Digital Ocean (Ubuntu 16.04.1 x64). I believe I have the settings right (unless I don't):
However, I get a silent fail when I try to run
mup setup
ormup deploy
from the .deploy folder. The commands only work when I run them with the following flag:mup setup --config .deploy/mup.js
mup deploy --config .deploy/mup.js
The final result is:
And when I deploy, this is what I get:
But when I go to the URL, I get a
502 Bad Response
error. What am I missing here?PS, I'm new to this, so any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: