Skip to content

Bump com.gradle.develocity from 3.18 to 3.18.1 #50

Bump com.gradle.develocity from 3.18 to 3.18.1

Bump com.gradle.develocity from 3.18 to 3.18.1 #50

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@v4
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
- name: Deploy to Firebase
run: ./gradlew deployFirebase