Skip to content

Commit

Permalink
ci: pull project settings on preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Mar 3, 2024
1 parent 8e851ba commit 2573be4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
run: pnpm run db:seed

- name: Build Project Artifacts
run: vercel build --token=${{ env.VERCEL_TOKEN }}
run: |
vercel pull --yes --environment=preview --token=${{ env.VERCEL_TOKEN }}
vercel build --token=${{ env.VERCEL_TOKEN }}
- name: Deploy Preview to Vercel
id: deploy
Expand Down

0 comments on commit 2573be4

Please sign in to comment.