ibroadfo / ember-cli-deploy-firebase

an ember-cli-deploy plugin to deploy to firebase hosting
MIT License
6 stars 13 forks source link

How do I use this? #2

Closed xypaul closed 7 years ago

xypaul commented 7 years ago

Hey thanks for creating this library :)

ember deploy production

isn't working for me. what's the sytax to run this library.

right now I am just using a ember build followed by a firebase deploy which works fine

Thanks :)

ibroadfo commented 7 years ago

Hi! :)

So you have to ember install ember-cli-deploy to get access to the deploy command; sorry for the lack of information, I'll update the docs shortly to reflect this.

Thanks for looking at the project and taking the time to report this problem!

xypaul commented 7 years ago

@ibroadfo cheers :)