Skip to content

Commit

Permalink
feat: add environment variables for one click deploy Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Jan 13, 2024
1 parent 6a69576 commit 5becdbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[build]
command = "npm run build"
publish = ".next"

[template.environment]
DATABASE_URL = "Database URL, e.g. Turso Database URL"
DATABASE_AUTH_TOKEN = "Database Credentials"
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY = "Clerk Publishable Key"
CLERK_SECRET_KEY = "Clerk Secret Key"

0 comments on commit 5becdbf

Please sign in to comment.