Skip to content

Commit

Permalink
change working-directory 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 1045298 commit ffd5c4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ on:
jobs:
Deploy-Production:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./apps/astro
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
- name: Install Vercel CLI
run: |
cd ./apps/astro
bun install --global vercel@latest
run: 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 ffd5c4c

Please sign in to comment.