Skip to content

Contenful Update (Webhook) #1292

Contenful Update (Webhook)

Contenful Update (Webhook) #1292

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