Skip to content

Commit d8d4bfb

Browse files
committed
fix: use the correct referral URL
typo: DOH
1 parent 3937048 commit d8d4bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storacha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "NEXT_PUBLIC_STRIPE_CUSTOMER_PORTAL_LINK=https://billing.stripe.com/p/login/test_6oE29Gff99KO6mk8ww" >> .env
4747
4848
# use example.com in preview because we can't predict the preview URL of the storacha.network site
49-
echo "NEXT_PUBLIC_REFERRAL_URL=http://staging.console.storacha.network/referred" >> .env
49+
echo "NEXT_PUBLIC_REFERRAL_URL=http://staging.storacha.network/referred" >> .env
5050
echo "NEXT_PUBLIC_REFERRALS_SERVICE_URL=https://staging-referrals.storacha.network" >> .env
5151
# as long as this uses https://github.com/cloudflare/next-on-pages/blob/dc529d7efa8f8568ea8f71b5cdcf78df89be6c12/packages/next-on-pages/bin/index.js,
5252
# env vars won't get passed through to wrangler, so if wrangler will need them, write them to .env like the previous step

0 commit comments

Comments
 (0)