File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 with :
4242 node-version : " 20"
4343
44- - name : Set up uv
45- if : ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
46- uses : astral-sh/setup-uv@v6
47-
4844 - name : Install Vercel CLI
4945 if : ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
5046 run : npm install --global vercel@latest
5349 if : ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
5450 run : vercel pull --yes --environment=production --token="${VERCEL_TOKEN}"
5551
56- - name : Build
57- if : ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
58- run : vercel build --prod --token="${VERCEL_TOKEN}"
59-
6052 - name : Deploy
6153 if : ${{ env.VERCEL_TOKEN != '' && env.VERCEL_ORG_ID != '' && env.VERCEL_PROJECT_ID != '' }}
62- run : vercel deploy --prebuilt --prod --token="${VERCEL_TOKEN}"
54+ run : vercel deploy --prod --yes --token="${VERCEL_TOKEN}"
You can’t perform that action at this time.
0 commit comments