Skip to content

ci: Build and deploy #8

ci: Build and deploy

ci: Build and deploy #8

Workflow file for this run

on:
push:
branches:
- main
jobs:
build-push-apps:
strategy:
matrix:
app: [nuxt, strapi]
uses: ./.github/workflows/deploy.yml@main

Check failure on line 11 in .github/workflows/prod.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prod.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
secrets: inherit
with:
app: ${{ matrix.app }}