Skip to content

Commit

Permalink
Merge pull request #93 from codigoencasa/docs/quick
Browse files Browse the repository at this point in the history
fix: doc cd
  • Loading branch information
leifermendez authored Apr 2, 2024
2 parents edbab00 + 7f037e2 commit b293554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pnpm install --global vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit b293554

Please sign in to comment.