Skip to content

ci: fix preview deployment #5

ci: fix preview deployment

ci: fix preview deployment #5

name: Production - Deploy Examples
on:
push:
branches:
- main
jobs:
deploy_production:
uses: ./.github/workflows/deploy-examples.yml
with:
environment: Production
isProd: true
secrets: inherit