From 69306645073dbb6793054878909c1fe5f5017859 Mon Sep 17 00:00:00 2001 From: juoum <79800410+itsjuoum@users.noreply.github.com> Date: Wed, 28 Jan 2026 10:56:05 +0000 Subject: [PATCH] update TinyBird account creation URL --- TINYBIRD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TINYBIRD.md b/TINYBIRD.md index 874e27f..db0e63c 100644 --- a/TINYBIRD.md +++ b/TINYBIRD.md @@ -2,7 +2,7 @@ Note: Currently Traffic Analytics features are behind a feature flag. For now, you'll need to enable it by following the steps below: -1. Create a Tinybird account and a Tinybird workspace at [tinybird.co](https://auth.tinybird.co/login). You can select any cloud/region you choose. +1. Create a Tinybird account and a Tinybird workspace at [tinybird.co](https://cloud.tinybird.co/login). You can select any cloud/region you choose. 1. Run `docker compose run --rm tinybird-login` to login to your Tinybird account following the steps given 1. Run `docker compose run --rm tinybird-sync`. This will copy the Tinybird files from the Ghost container into a shared volume. The service should log "Tinybird files synced into shared volume.", then exit. 1. Run `docker compose run --rm tinybird-deploy` and wait for the service to exit successfully. This will create your Tinybird datasources, pipes and API endpoints. It may take a minute or two to complete the first time. You should see "Deployment #1 is live!" in your terminal before the service exits.