kongkong
kongkong

Reputation: 333

How to avoid meteor apps being overridden?

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

Answers (1)

Tarang
Tarang

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

Related Questions