Skip to content

Commit

Permalink
add vercel action
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Nov 18, 2024
1 parent e12bd22 commit eac37ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-vercel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ jobs:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} # Required
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} # Required
scope: ${{ secrets.VERCEL_SCOPE }} # Only required for teams (eg. my-team-slug)
vercel-args: --prebuilt # We want to skip the build step on Vercel, since we've already built our app in the previous step
# working-directory: ./packages/site # Optional, use for monorepo
working-directory: ./packages/webapp # Optional, use for monorepo

0 comments on commit eac37ff

Please sign in to comment.