Skip to content

Commit 0073963

Browse files
committed
feat: point staging env referral link at staging marketing site
now that we have a stable staging env (storacha/storacha.network#84) we can point the staging referral links at the stable staging URL - this lets us test the referrals service end-to-end
1 parent 7d5ad13 commit 0073963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/console/.github/workflows/deploy-storacha.yml

Lines changed: 1 addition & 1 deletion
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://example.com/referred" >> .env
49+
echo "NEXT_PUBLIC_REFERRAL_URL=http://staging.console.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)