FirebaseExtended / FirebaseExtended/action-hosting-deploy

Add more services to the deploy command

Open
#406 0 comments 6 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

When the action is executed, the deployment is being done using the `--only hosting` flag. The problem is that my application is being created with some missing resources because there are other services that need to be deployed together, and I can't find a way to add the other services to the `--only` flag, for example, executing a `--only hosting,functions`

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

It could be a parameter passed along with the `with` configuration of the action.

### Other considerations

Some of the solutions I have found are to install another action where I can write the Firebase CLI command or to install the firebase-tools at the beginning of the workflow and deploy it "manually".

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.