feat: update Vercel deployment workflow to pull production environment #6

Merged
HideyoshiNakazone merged 1 commits from feature/adds-deploy-workflow into main 2026-04-21 17:07:48 +00:00
Showing only changes of commit d3d9059d1e - Show all commits

View File

@@ -20,7 +20,7 @@ jobs:
run: npm install --global vercel@latest run: npm install --global vercel@latest
- name: Pull Vercel Environment Information - 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 - name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} run: vercel build --token=${{ secrets.VERCEL_TOKEN }}