Skip to content

Commit

Permalink
vercel push added v12
Browse files Browse the repository at this point in the history
  • Loading branch information
datguychen committed Oct 15, 2023
1 parent f8f2bed commit c448243
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/PushWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ jobs:
name: playwright-report
path: playwright-report
retention-days: 5
- name: Build for Vercel
- name: Pull Vercel Environment Information
if: success()
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
if: success()
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Push to Vercel
- name: Deploy Project Artifacts to Vercel
if: success()
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit c448243

Please sign in to comment.