Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz authored Jun 28, 2024
1 parent 61ec263 commit 4c9004b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: nexterias/actions-vercel@v1
with:
token: ${{ secrets.VERCEL_TOKEN }}
org-id: ${{ variables.VERCEL_ORG_ID }}
project-id: ${{ variables.VERCEL_PROJECT_ID }}
org-id: ${{ vars.VERCEL_ORG_ID }}
project-id: ${{ vars.VERCEL_PROJECT_ID }}
production: ${{ github.ref == 'refs/heads/master' }}
# prebuilt: true # If set to true, build will be performed using GitHub Actions.

0 comments on commit 4c9004b

Please sign in to comment.