Skip to content

feat: galleries has_media #54

feat: galleries has_media

feat: galleries has_media #54

Workflow file for this run

name: Deploy BEdita
on:
push:
branches:
- main
permissions:
id-token: write
contents: read
jobs:
deploy:
uses: ./.github/workflows/bedita-deploy.yml
strategy:
matrix:
environment: ['Production', 'Development']
with:
AWS_REGION: 'eu-south-1'
ECS_CLUSTER: 'dreamteam'
ENV_NAME: ${{ matrix.environment }}
secrets: inherit
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.environment }}
cancel-in-progress: true