wip
This commit is contained in:
parent
669bf6827e
commit
7b611b2e7a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-prod.yml
vendored
4
.github/workflows/deploy-prod.yml
vendored
|
@ -38,5 +38,5 @@ jobs:
|
|||
run: vercel pull --environment=production
|
||||
- name: Build
|
||||
run: pnpm vercel build --prod --yes --token=${{ secrets.VERCEL_TOKEN }}
|
||||
- name: Deploy to Vecel
|
||||
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
|
||||
# - name: Deploy to Vecel
|
||||
# run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue