Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Deploy the Tinybird and Next.js to the cloud to get started quickly.
tb login

# deploy the template
tb --cloud deploy https://github.com/tinybirdco/logs-explorer-template/tree/main/tinybird
tb --cloud deploy --template https://github.com/tinybirdco/logs-explorer-template/tree/main/tinybird

# copy the dashboard token
tb --cloud token copy read_pipes
Expand Down
2 changes: 1 addition & 1 deletion TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Fork the GitHub repository and deploy the data project to Tinybird.
tb login

# deploy the template
tb --cloud deploy https://github.com/tinybirdco/logs-explorer-template/tree/main/tinybird
tb --cloud deploy --template https://github.com/tinybirdco/logs-explorer-template/tree/main/tinybird

# copy the dashboard token
tb --cloud token copy read_pipes
Expand Down