Skip to content

feat: add Vercel deployment workflows for preview and production #4

feat: add Vercel deployment workflows for preview and production

feat: add Vercel deployment workflows for preview and production #4

name: Vercel Preview Deployment
on:
pull_request:
types: [opened, synchronize]
jobs:
Deploy-Preview:
uses: ./.github/workflows/deployment-template.yml
with:
environment: Preview
secrets: inherit