We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3937048 commit d8d4bfbCopy full SHA for d8d4bfb
.github/workflows/deploy-storacha.yml
@@ -46,7 +46,7 @@ jobs:
46
echo "NEXT_PUBLIC_STRIPE_CUSTOMER_PORTAL_LINK=https://billing.stripe.com/p/login/test_6oE29Gff99KO6mk8ww" >> .env
47
48
# 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
+ echo "NEXT_PUBLIC_REFERRAL_URL=http://staging.storacha.network/referred" >> .env
50
echo "NEXT_PUBLIC_REFERRALS_SERVICE_URL=https://staging-referrals.storacha.network" >> .env
51
# as long as this uses https://github.com/cloudflare/next-on-pages/blob/dc529d7efa8f8568ea8f71b5cdcf78df89be6c12/packages/next-on-pages/bin/index.js,
52
# 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