Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Firebase deploy with argument target

kirilenko February 16, 2020

Hello everybody.
Can I use firebase-deploy with argument target (for get something like '--only hosting:production')?

1 answer

0 votes
Alexander Zhukov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 19, 2020

Hi @kirilenko . You can use the EXTRA_ARGS parameter, which accepts a string of extra cli options for firebase, for example:

script:
- pipe: atlassian/firebase-deploy:0.3.4
variables:
FIREBASE_TOKEN: $FIREBASE_TOKEN
PROJECT_ID: 'myAwesomeProject'
MESSAGE: 'Deploying myAwesomeProject'
EXTRA_ARGS: '--only hosting:production'
kirilenko February 19, 2020

Hi.

Thank you very much, Alexander.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events