Skip to content

Commit

Permalink
Merge pull request #1143 from jfmartinz/test-preview
Browse files Browse the repository at this point in the history
test preview
  • Loading branch information
jfmartinz authored Jun 14, 2024
2 parents 766b3d1 + 8a9aba5 commit b4213eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Vercel Preview Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Vercel Production Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
on:
push:
branches:
Expand Down

0 comments on commit b4213eb

Please sign in to comment.