atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Versioned netlify deploys for docs, typedoc, and test results

Open joepio opened this issue 8 months ago • 0 comments

The CI publishes a bunch of things to Netlify:

But all of these simply replace the previous versions. This has a couple of different problems:

  • No versioned (type)docs, even though different versions may have different APIs.
  • e2e test results disappear after a new ci run

TODO

  • [x] Unique e2e test deploys
  • [ ] versioned typedoc
  • [ ] versioned docs

Solutions

Netlify unique deploys

When running netlify deploy we get a unique deploy URL like https://683474ceb38d80006afad51a--atomic-docs.netlify.app. Maybe I can get that CLI output and add that link to some database? Maybe include it in the github PR comment or something?

joepio avatar May 26 '25 14:05 joepio