Skip to content

build: Use prod Docker image #27

build: Use prod Docker image

build: Use prod Docker image #27

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