Skip to content

Commit

Permalink
will not deploy in vervel
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Nov 11, 2023
1 parent 4d8c81d commit e05cb1a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cf-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
branch: main
# The working directory in which to run Wrangler

- name: Vercel Action
uses: amondnet/vercel-action@v25
# - name: Vercel Action
# uses: amondnet/vercel-action@v25

with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
vercel-org-id: ${{ secrets.ORG_ID}} #Required
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
working-directory: ./packages/client/dist
scope: ${{secrets.TEAM_SLUG}}
# with:
# vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
# vercel-org-id: ${{ secrets.ORG_ID}} #Required
# vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
# working-directory: ./packages/client/dist
# scope: ${{secrets.TEAM_SLUG}}

0 comments on commit e05cb1a

Please sign in to comment.