Skip to content

Commit

Permalink
switch team
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Feb 15, 2024
1 parent 5de9ea1 commit 30a9b7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
version: 8
run_install: false

- name: Switch team
run: pnpm dlx vercel@latest switch apibara --token=${{ secrets.VERCEL_TOKEN }}
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

- name: Redeploy website
run: pnpm dlx vercel@latest redeploy www.apibara.com --token=${{ secrets.VERCEL_TOKEN }}
env:
Expand Down

0 comments on commit 30a9b7f

Please sign in to comment.