StellateHQ / fuse

Fuse: The fastest way to build and query great APIs with TypeScript
https://fusedata.dev
MIT License
543 stars 13 forks source link

Check links on deployments, as well as daily via cron #125

Open mlocher opened 8 months ago

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fusejs-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 19, 2024 4:12pm
spacex-fuse ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 19, 2024 4:12pm
mxstbr commented 7 months ago
CleanShot 2024-01-19 at 08 13 05@2x

It's looking at the SpaceX example instead of the docs deployment.

mlocher commented 7 months ago

It's looking at the SpaceX example instead of the docs deployment.

It takes the deployment URL that Vercel reports via the GitHub Deployments API and looks at that for PRs the main branch.

For the cron based runs it looks at the default URL configured in the environment variable.

If we have multiple Vercel apps connected to this repo, it might look at wrong deployments in some cases 🤔