Skip to content

Commit

Permalink
wip: vercel node
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Jul 9, 2024
1 parent 0f9e206 commit f13d7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: yarn build:contracts
- run: yarn build:sdk
- run: yarn vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- run: cat .vercel/project.json >> $GITHUB_OUTPUT
- run: echo "$(cat ./vercel/project.json)"
- run: yarn vercel build --token=${{ secrets.VERCEL_TOKEN }}
- id: deploy
run: echo "::set-output name=url::$(yarn vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})"

0 comments on commit f13d7a6

Please sign in to comment.