Skip to content

Commit

Permalink
Use latestSha on Vercel deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Sep 27, 2024
1 parent 8be9a9f commit 10be398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pierre/ci/utils/vercel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Job =
`${vercel} deploy --scope ${VERCEL_SCOPE} ${isProd ? "" : "--no-wait"} --yes ${
isProd ? "--prod" : ""
} --no-color --token $VERCEL_ACCESS_TOKEN --env GIT_COMMIT_SHA=${
ctx.branch.baseSha
ctx.branch.latestSha
}`,
{ label: `Creating ${PROJECT_NAME} Deployment`, env }
);
Expand Down

0 comments on commit 10be398

Please sign in to comment.