Skip to content

Commit

Permalink
chore: vercel CI deploy to production
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng-YM authored Jan 13, 2024
1 parent d10d862 commit 8bb8e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
# github-token: ${{ secrets.GITHUB_TOKEN }} # Optional
# vercel-args: '--prod' # Optional
vercel-args: '--prod' # Optional
vercel-org-id: ${{ secrets.ORG_ID}} # Required
vercel-project-id: ${{ secrets.PROJECT_ID}} # Required
working-directory: dist

0 comments on commit 8bb8e83

Please sign in to comment.