FirebaseExtended / action-hosting-deploy

Automatically deploy shareable previews for your Firebase Hosting sites
https://firebase.google.com/docs/hosting/github-integration
Apache License 2.0
695 stars 202 forks source link

Cannot use configuration option when deploy #217

Open matthews90 opened 2 years ago

matthews90 commented 2 years ago

This action should let user use the configuration option like "--configuration production". Without this option the tool deploy developer version of site only

iqfareez commented 2 years ago

Maybe you missed it. channelId property is the configuration you're looking for.

Options:

From the docs:

The ID of the channel to deploy to. If you leave this blank, a preview channel and its ID will be auto-generated per branch or PR. If you set it to live, the action deploys to the live channel of your default Hosting site.