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

Support version cloning #170

Open jbtheard opened 2 years ago

jbtheard commented 2 years ago

The use case you're trying to solve

Clone a preview on live channel, the CLI offers clone command. Pretty useful as it avoids rebuild and ensure what is tested on a preview channel is indeed deployed as is See https://firebase.google.com/docs/hosting/manage-hosting-resources#version-cloning

Change to the action that would solve that use case

Other considerations