Compare commits

...

1 Commits

Author SHA1 Message Date
3378b7c0b8 feat: update Vercel deployment workflow to pull production environment
Some checks are pending
Build and Test / run-test (20.x) (push) Has started running
2026-04-21 14:07:16 -03:00

View File

@@ -20,7 +20,7 @@ jobs:
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: vercel pull --yes --environment=prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}