Skip to content

Merge pull request #18 from netwerk-digitaal-erfgoed/feature/GH-12 #35

Merge pull request #18 from netwerk-digitaal-erfgoed/feature/GH-12

Merge pull request #18 from netwerk-digitaal-erfgoed/feature/GH-12 #35

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 }}