FirebaseExtended / FirebaseExtended/action-hosting-deploy

[ENHANCEMENT] Allow multiple deploys from a single PR

Open
#218 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
809
Forks
232
PR merge metrics
No merged PRs in 30d

Description

### 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 one with the debug build to dig in if there are any problems.

### Change to the action that would solve that use case

If it were possible to run this action multiple times with different `channelId`-s and have both of them reported to the PR, that would be ideal. I'm pretty sure the only thing that would need to be added is an environment variable with the current channel ID so that one could append stuff to it (ie `-debug`) for a second build. Although I haven't tried double-building yet so perhaps there are other considerations as well. Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.