File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/webapp/app/components Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ function DeploymentOnboardingSteps() {
637637 GitHub
638638 </ ClientTabsTrigger >
639639 < ClientTabsTrigger value = { "cli" } variant = "segmented" layoutId = "deploy-tabs" >
640- CLI
640+ Manual
641641 </ ClientTabsTrigger >
642642 < ClientTabsTrigger value = { "github-actions" } variant = "segmented" layoutId = "deploy-tabs" >
643643 GitHub Actions
@@ -647,7 +647,8 @@ function DeploymentOnboardingSteps() {
647647 < StepNumber stepNumber = "1" title = "Connect your GitHub repository" />
648648 < StepContentContainer >
649649 < Paragraph spacing >
650- Connect your GitHub repository to automatically deploy whenever you push.
650+ Deploy automatically with every push. Read the{ " " }
651+ < TextLink to = { docsPath ( "github-integration" ) } > full guide</ TextLink > .
651652 </ Paragraph >
652653 < div className = "w-fit" >
653654 < GitHubConnectionPrompt
You can’t perform that action at this time.
0 commit comments