Skip to content

Commit

Permalink
task: adding vercel deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jun 8, 2024
1 parent ad07aa7 commit f48f4bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,14 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

# Push our generated site to vercel
- name: Deploy to Vercel
uses: amondnet/vercel-action@v25
id: vercel-action
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
vercel-org-id: ${{ secrets.VERCEL_ORG_ID}} #Required
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}} #Required
github-comment: false
working-directory: public

0 comments on commit f48f4bb

Please sign in to comment.