Skip to content

fix: new headline

fix: new headline #14

Workflow file for this run

name: "Deploy Production"
on:
push:
branches:
- main
repository_dispatch:
workflow_dispatch:
jobs:
prod:
name: "prod"
uses: ./.github/workflows/deploy.yml
with:
environment: "prod"
secrets:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}