Skip to content

Merge pull request #31 from netwerk-digitaal-erfgoed/feature/GH-29 #41

Merge pull request #31 from netwerk-digitaal-erfgoed/feature/GH-29

Merge pull request #31 from netwerk-digitaal-erfgoed/feature/GH-29 #41

Workflow file for this run

on:
push:
branches:
- main
jobs:
build-deploy-app:
strategy:
matrix:
app: [nuxt, strapi]
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
app: ${{ matrix.app }}