Skip to content

Add option to build drafts #42

Add option to build drafts

Add option to build drafts #42

Workflow file for this run

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