YAML for Firebase
Execute Firebase CLI commands with integration-based authentication.
YAML examples for Firebase
Firebase CLI deploy
yaml- action: "Firebase deploy" type: "FIREBASE" working_directory: "/buddy/b" setup_commands: - "apt-get update && apt-get -y install git" execute_commands: - "firebase deploy --non-interactive" volume_mappings: - "/:/buddy/mount/directory" application_id: "fir-test-25007" integration: "my_integration" shell: "SH"