Update deploy.yml
This commit is contained in:
parent
5fcbfe3190
commit
b76ac77c07
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -33,9 +33,9 @@ jobs:
|
|||
VITE_BUILDER_API_KEY: ${{ secrets.VITE_BUILDER_API_KEY }}
|
||||
|
||||
- name: Deploy to Vercel
|
||||
uses: vercel/action@v6
|
||||
uses: amondnet/vercel-action@v25
|
||||
with:
|
||||
vercel-token: ${{ secrets.VERCEL_TOKEN }}
|
||||
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
|
||||
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
scope: ${{ secrets.VERCEL_ORG_ID }}
|
||||
working-directory: ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue