Skip to content

Commit

Permalink
[boilerplate-nodejs] switch prebuilt project id for faster builds (#1081
Browse files Browse the repository at this point in the history
)

The initial PR for this workflow reused the existing projectId from the
[workflow in
`vercel/vercel`](https://github.com/vercel/vercel/blob/00c622d4497d37932d17571854c19bd2340d5c36/.github/workflows/faster-template-prebuild-nextjs.yml#L40)
but I want to further isolate these two examples for migration.
  • Loading branch information
trek authored Feb 19, 2025
1 parent 55c28d6 commit af0a42f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
run: |
vc build --debug --token $VERCEL_TOKEN --yes --prod
env:
VERCEL_PROJECT_ID: prj_qav3SWw0ZQDfehj7w47xPaBESx8P
VERCEL_PROJECT_ID: prj_D1Kp06w4jE67wyV3WlMHjtfDLjhC
VERCEL_TOKEN: ${{ secrets.VERCEL_EXAMPLES_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_EXAMPLES_ORG_ID }}

- working-directory: ./framework-boilerplates/nextjs
run: |
vc deploy --debug --token $VERCEL_TOKEN --yes --prod --prebuilt --archive=tgz
env:
VERCEL_PROJECT_ID: prj_qav3SWw0ZQDfehj7w47xPaBESx8P
VERCEL_PROJECT_ID: prj_D1Kp06w4jE67wyV3WlMHjtfDLjhC
VERCEL_TOKEN: ${{ secrets.VERCEL_EXAMPLES_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_EXAMPLES_ORG_ID }}

0 comments on commit af0a42f

Please sign in to comment.