Skip to content

feat: add backup and retention period and cloud storage soft delete p… #58

feat: add backup and retention period and cloud storage soft delete p…

feat: add backup and retention period and cloud storage soft delete p… #58

Workflow file for this run

name: Web App - QA
on:
workflow_dispatch:
workflow_call:
push:
branches:
- main
jobs:
deploy-web-app:
name: Deploy Web App
uses: ./.github/workflows/web-app-deployer.yml
with:
FIREBASE_PROJECT: qa
REACT_APP_GOOGLE_ANALYTICS_ID: ${{ vars.QA_REACT_APP_GOOGLE_ANALYTICS_ID }}
secrets: inherit