action-hosting-deploy
action-hosting-deploy copied to clipboard
Automatically deploy shareable previews for your Firebase Hosting sites
Hey guys! The **`Commenting on PR`** step is not running when the workflow is triggered from **`issue_comment`** trigger. It works fine when a PR is opened, all steps are running....
This action should let user use the configuration option like "--configuration production". Without this option the tool deploy developer version of site only
### The use case you're trying to solve I'm building a a workflow where maintainer can select the channel they want the app is published into. For example, `live`, `staging`...
Hello! It takes about 90s to install dependencies something like `firebase-tools`. Note, this image.  Could you support caching some dependencies with actions/cache? ( https://github.com/actions/cache ) Thanks!
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.18.10. Release notes Sourced from @babel/preset-env's releases. v7.18.10 (2022-08-01) :rocket: New Feature babel-helper-string-parser, babel-types #14757 feat: Automatically generate cooked for templateElement (@liuxingbaoyu) :bug: Bug Fix...
When a PR is merged or closed, is it possible to detect this and delete the associated preview channel? I have set the expiry date to 30 days which isn't...
### The use case you're trying to solve This action uses `npx firebase-tools` which always runs the latest version of `firebase-tools` (afaict). Instead I'd like to be able to pass...
Hello! Please check purpose here (#221) Procedure which I conducted, 1. Update `interpretChannelDeployResult` 2. Update `DeploySuccessComment` with Procedure 1 3. Update test codes and test with `npm run test` 4....
Hello! Thanks your terffic github action package! I used this `action-hosting-deploy` very useful, but I deploy to multiple target. https://github.com/FirebaseExtended/action-hosting-deploy/blob/ff6e7dde58a4f7f1db590927596bf683250c6cc8/src/postOrUpdateComment.ts#L30-L34 This `post or update comment` feature is very useful, despite...
### The use case you're trying to solve I'm looking to deploy two previews for each PR: one that has the minified production build to make sure everything works, and...