Reputation: 333
I deployed my app1 with meteor deploy app.meteor.com
,and then I deployed my app2 with meteor deploy app.meteor.com
. The app2 overridden the app1. The meteor.com
did not do something with this problem? Any help ?
Upvotes: 2
Views: 87
Reputation: 75955
You could do
meteor deploy app.meteor.com -P
It would then ask you for the password you want to set, if you haven't already done so to do this.
Upvotes: 2