Skip to content

Commit

Permalink
Test out deploy button
Browse files Browse the repository at this point in the history
  • Loading branch information
bttf committed Apr 26, 2024
1 parent 8b37fcc commit 75ca41b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/front-end/pages/integrations/vercel/deploy.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default function VercelDeploy() {
return (
<div className="p-4">
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fgrowthbook%2Fexamples%2Ftree%2Fmain%2Fnext-js&env=NEXT_PUBLIC_GROWTHBOOK_API_HOST,NEXT_PUBLIC_GROWTHBOOK_CLIENT_KEY&envDescription=SDK%20Connection%20Keys%20needed%20to%20connect%20with%20the%20GrowthBook%20API.&envLink=https%3A%2F%2Fapp.growthbook.io%2Fsdks&project-name=growthbook-nextjs-example&repository-name=growthbook-nextjs-example&redirect-url=https%3A%2F%2Fapp.growthbook.io%2Fsdks&developer-id=oac_6KG1d8FVno8cwoqGkcVMZdHk&production-deploy-hook=GrowthBook%20Deploy&demo-title=GrowthBook%20Next.js%20Example&integration-ids=oac_6KG1d8FVno8cwoqGkcVMZdHk">
<img src="https://vercel.com/button" alt="Deploy with Vercel" />
</a>
</div>
);
}

0 comments on commit 75ca41b

Please sign in to comment.