Skip to content

fix(ex/Realtime.Server): use broadcast_local instead of broadcast #3170

fix(ex/Realtime.Server): use broadcast_local instead of broadcast

fix(ex/Realtime.Server): use broadcast_local instead of broadcast #3170

Workflow file for this run

name: Deploy to Dev-blue (ECS)
on:
workflow_dispatch:
pull_request:
types:
- synchronize
- labeled
jobs:
deploy:
name: Deploy to Dev-blue (ECS)
concurrency:
group: dev-blue
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'deploy-to-dev-blue') }}
uses: ./.github/workflows/deploy-base.yml
with:
env: dev-blue
secrets: inherit