Skip to content

fix: set tag to AWS instance volume #129

fix: set tag to AWS instance volume

fix: set tag to AWS instance volume #129

name: Deploy to Staging
on:
pull_request:
branches: staging
push:
branches: staging
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
deploy-staging:
uses: ./.github/workflows/firebase-deploy-staging.yaml
secrets: inherit
with:
environment: staging
branch: ${{ github.ref }}
firebase_project: ${{ vars.FIREBASE_PROJECT_STAGING }}