This commit is contained in:
Lukasz Ostrowski 2023-01-29 22:54:11 +01:00
parent 669bf6827e
commit 7b611b2e7a

View file

@ -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 }}