Skip to content

Fixing naming converntion and small update to result config pop-up wi… #28

Fixing naming converntion and small update to result config pop-up wi…

Fixing naming converntion and small update to result config pop-up wi… #28

name: Vercel Preview Deployment
on:
push:
pull_request:
jobs:
vercel-deployment-dev:
uses: ai-cfia/github-workflows/.github/workflows/workflow-vercel-deployment.yml@main
with:
project-name: 'nachet-frontend'
deployment-environment: 'dev'
secrets: inherit
vercel-deployment-uat:
if: github.ref == 'refs/heads/main'
uses: ai-cfia/github-workflows/.github/workflows/workflow-vercel-deployment.yml@main
with:
project-name: 'nachet-frontend'
deployment-environment: 'uat'
secrets: inherit