-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example of Turborepo, Vercel CLI, and GitHub Actions. #940
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anthonyshew
requested review from
okbel,
lfades,
goncy,
dominiksipowicz,
leerob and
lpalmes
as code owners
July 25, 2024 19:43
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
vercel
bot
temporarily deployed
to
Preview – edge-user-agent-based-rendering
July 25, 2024 19:48
Inactive
vercel
bot
temporarily deployed
to
Preview – solutions-loading-web-fonts
July 25, 2024 19:48
Inactive
vercel
bot
temporarily deployed
to
Preview – solutions-script-component-ad
July 25, 2024 19:48
Inactive
vercel
bot
temporarily deployed
to
Preview – solutions-pagination-with-ssg
July 25, 2024 19:48
Inactive
vercel
bot
temporarily deployed
to
Preview – solutions-microfrontends-docs
July 25, 2024 19:48
Inactive
vercel
bot
temporarily deployed
to
Preview – edge-functions-ip-blocking
July 25, 2024 19:49
Inactive
vercel
bot
temporarily deployed
to
Preview – edge-middleware-modify-request-header
July 25, 2024 19:49
Inactive
vercel
bot
temporarily deployed
to
Preview – next-edge-api-route-hello-world
July 25, 2024 19:49
Inactive
vercel
bot
temporarily deployed
to
Preview – edge-geolocation-country-block
July 25, 2024 19:50
Inactive
vercel
bot
temporarily deployed
to
Preview – solutions-parallel-routes-navbar
July 25, 2024 19:51
Inactive
vercel
bot
temporarily deployed
to
Preview – toolbar-feature-flags-sveltekit
July 25, 2024 19:51
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
GitHub Actions + Turborepo + Vercel CLI
This demo is based on the Turborepo starter.
It uses a GitHub Actions workflow to build and deploy the
docs
application.Additionally, a
foo
internal package has been added to demonstrate how to use theturbo
CLI to build internal dependencies prior to building thedocs
application with the Vercel CLI.Type of Change