Skip to content

Commit

Permalink
fix: use the correct referral URL (#149)
Browse files Browse the repository at this point in the history
typo: DOH
  • Loading branch information
travis authored Dec 5, 2024
1 parent 3937048 commit bc29a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storacha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "NEXT_PUBLIC_STRIPE_CUSTOMER_PORTAL_LINK=https://billing.stripe.com/p/login/test_6oE29Gff99KO6mk8ww" >> .env
# use example.com in preview because we can't predict the preview URL of the storacha.network site
echo "NEXT_PUBLIC_REFERRAL_URL=http://staging.console.storacha.network/referred" >> .env
echo "NEXT_PUBLIC_REFERRAL_URL=http://staging.storacha.network/referred" >> .env
echo "NEXT_PUBLIC_REFERRALS_SERVICE_URL=https://staging-referrals.storacha.network" >> .env
# as long as this uses https://github.com/cloudflare/next-on-pages/blob/dc529d7efa8f8568ea8f71b5cdcf78df89be6c12/packages/next-on-pages/bin/index.js,
# env vars won't get passed through to wrangler, so if wrangler will need them, write them to .env like the previous step
Expand Down

0 comments on commit bc29a2b

Please sign in to comment.