Skip to content

Merge pull request #32 from FlutterFlow/update/firebase-connection-faq #5

Merge pull request #32 from FlutterFlow/update/firebase-connection-faq

Merge pull request #32 from FlutterFlow/update/firebase-connection-faq #5

name: Deploy to Dev Firestore
on:
push:
branches: [ main ]
jobs:
deploy-dev:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Deploy to Dev Firestore
env:
FIRESTORE_PROJECT_ID: ${{ secrets.DEV_FIRESTORE_PROJECT_ID }}
FIRESTORE_CREDENTIALS_JSON: ${{ secrets.DEV_FIRESTORE_CREDENTIALS_JSON }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
python update_docs.py --mode incremental