Reputation: 2663
I just migrated my Firebase project to the new console (now it is firebase.google.com)
But after running firebase deploy, I found that the files are not updated, it says
starting release process (may take several minutes)...
✔ Deploy complete!
but nothing changed on my site.
Upvotes: 6
Views: 4654
Reputation: 2684
make sure you're building any new changes you've made, so if you have an angular 2 application and are using the cli type ng build then firebase deploy
Upvotes: 2
Reputation: 2663
Actually it took some time for the first deployment after migration.
Upvotes: 3