Skip to content

Resolve keep discovery.yml in sync

Florian requested to merge 3183-discovery-yml-missing-from-meltano-com into master

Merge Request Checklist

  • Link to an issue
  • Include the proposed fix or feature
  • Include and update tests for the modified code
  • Include a documentation change
  • Add a CHANGELOG.md entry in the Unreleased section for any user-facing changes
  • Mention or assign a maintainer

Behind the scenes I created a domain alias of discovery.meltano.com that is aliased to our netlify docs app, that's the domain we use when referencing the remote discovery.yml in our settings.

This MR actually:

  1. Set's up to deploy the discovery.yml to our netlify site. It's reusing the docs site and deploying it in the root of the docs dir after the Jekyll build.
  2. Updates our settings config to point to the new URL of: https://discovery.meltano.com/discovery.yml

Closes #3183 (closed)

Edited by Florian

Merge request reports