Hello everybody.
Can I use firebase-deploy with argument target (for get something like '--only hosting:production')?
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'
Hi.
Thank you very much, Alexander.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.