Skip to content

Commit

Permalink
try with org and projectid
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jul 17, 2024
1 parent b42f959 commit 2559176
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Build and Deploy packages/example
env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}

on:
push:
Expand Down Expand Up @@ -38,7 +41,7 @@ jobs:
run: pnpm install

- name: Install Vercel CLI
run: npm install -g vercel@34.3.0
run: npm install -g vercel@35

- name: Enable caching
uses: Swatinem/rust-cache@v2
Expand All @@ -64,4 +67,4 @@ jobs:

- name: Deploy to Vercel
working-directory: packages/example
run: vercel deploy --token ${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prebuilt --token ${{ secrets.VERCEL_TOKEN }}

0 comments on commit 2559176

Please sign in to comment.