eny.space Landingpage
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(README): introduce mirror script

+4 -1
+4 -1
README.md
··· 107 107 1. Deploy your application and copy the webhook URL (e.g., `https://your-domain.com/api/webhooks`). 108 108 109 109 2. In your Stripe dashboard, go to Developers → Webhooks and add an endpoint: 110 + 110 111 - URL: `https://your-domain.com/api/webhooks` 111 112 - Events to listen to: 112 113 - `checkout.session.completed` ··· 154 155 155 156 ## Multi-Remote Git Setup 156 157 157 - This repo syncs to two servers (tangled.sh primary, GitHub mirror) using a custom `all` remote. Running `git push all` updates both simultaneously. 158 + This repo syncs to two servers (tangled.sh primary, GitHub mirror) using a CI mirror script `.tangled/workflows/mirror.yml`. 159 + 160 + DEPRECATED: using a custom `all` remote. Running `git push all` updates both simultaneously. 158 161 159 162 ### Current Config 160 163