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 Firebase predeploy, postdeploy webhooks #142

Open juansolu opened 3 years ago

juansolu commented 3 years ago

The use case you're trying to solve

Call a messageSlack.sh script on postdeploy. https://firebase.google.cn/docs/cli?hl=en#hooks

Change to the action that would solve that use case

Need to find a way to properly call the postdeploy script.

Other considerations

Trying another manual step but would be useful to use the same extension to handle this.