Skip to content

Bump com.gradle.develocity from 3.17.5 to 3.17.6 #41

Bump com.gradle.develocity from 3.17.5 to 3.17.6

Bump com.gradle.develocity from 3.17.5 to 3.17.6 #41

name: Deploy to Firebase
on:
push:
branches:
- main
workflow_dispatch:
jobs:
firebase_deploy:
name: Deploy to Firebase
runs-on: ubuntu-latest
environment: Production
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
- name: Deploy to Firebase
run: ./gradlew deployFirebase