Compare commits

...

2 Commits

Author SHA1 Message Date
d3d9059d1e feat: update Vercel deployment workflow to pull production environment
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 1m31s
2026-04-21 14:07:35 -03:00
ff8ac894ce Merge pull request 'feat: update Vercel deployment workflow to trigger on main' (#5) from feature/adds-deploy-workflow into main
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 44s
Vercel Preview Deployment / deploy (push) Successful in 1m16s
Reviewed-on: http://gitea.hideyoshi.com.br/HideyoshiNakazone/hideyoshi-blog/pulls/5
2026-04-21 17:04:29 +00: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 }}