Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more services to the deploy command #406

Open
andre19980 opened this issue Jan 13, 2025 · 0 comments
Open

Add more services to the deploy command #406

andre19980 opened this issue Jan 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@andre19980
Copy link

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".

@andre19980 andre19980 added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant