Skip to content

Fix ci cd (#11)

Fix ci cd (#11) #80

Workflow file for this run

name: CD
on:
push:
branches:
- dev
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
jobs:
run-ci:
uses: ./.github/workflows/CI.yml
deploy-firebase-hosting:
needs: run-ci
uses: ./.github/workflows/Deploy-Firebase-Hosting.yml
secrets: inherit
deploy-firebase-functions:
needs: run-ci
uses: ./.github/workflows/Deploy-Firebase-Function.yml
secrets: inherit