Skip to content

Commit

Permalink
add cd for vercel-deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
milewskibogumil committed Dec 21, 2024
1 parent 6a1dc72 commit 1045298
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
- name: Install Vercel CLI
run: bun install --global vercel@latest
run: |
cd ./apps/astro
bun install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
Expand Down

0 comments on commit 1045298

Please sign in to comment.