Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 5, 2023
1 parent cd3d7b3 commit d26261f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vercel-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Vercel Preview Deployment
name: Vercel Static Frontend Deployment

on:
push:

jobs:
vercel-deployment-dev:
uses: ai-cfia/github-workflows/.github/workflows/workflow-vercel-deployment.yml@issue-33-create-vercel-deployment-workflow
uses: ai-cfia/github-workflows/.github/workflows/workflow-vercel-deployment.yml@main
with:
project-name: 'ai-cfia-website'
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@issue-33-create-vercel-deployment-workflow
uses: ai-cfia/github-workflows/.github/workflows/workflow-vercel-deployment.yml@main
with:
project-name: 'ai-cfia-website'
deployment-environment: 'uat'
Expand Down

0 comments on commit d26261f

Please sign in to comment.