Skip to content

ci: Build and deploy #1

ci: Build and deploy

ci: Build and deploy #1

Workflow file for this run

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

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: no version specified
secrets: inherit
with:
app: ${{ matrix.app }}