Skip to content

rollback some dependencies (otel) #353

rollback some dependencies (otel)

rollback some dependencies (otel) #353

name: Deploy Staging
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test_backend:
uses: ./.github/workflows/backend_test_workflow.yaml
build_and_deploy_backend:
needs: test_backend
uses: ./.github/workflows/backend_deploy_workflow.yaml
with:
environment: "staging"
version: latest
secrets:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY_STAGING }}