Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can someone else overwrite my myapp.meteor.com deployment? [duplicate]

Tags:

meteor

When deploying a meteorjs app to their server, for instance james.meteor.com, can someone else deploy their app to that same address and overwrite my project? or will it prompt them with a password?

If it does prompt them for a password, where can I set that password for my own apps?

like image 378
James Avatar asked Aug 13 '12 00:08

James


1 Answers

You want

meteor deploy --password james.meteor.com
like image 182
Tom Coleman Avatar answered Nov 15 '22 10:11

Tom Coleman