-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
haskell.build should be deployed from last release instead of current master #1020
Comments
I opened another issue in the past that is a subset of this one: #857 |
We use netlify for deployment, and netlify supports creating subdomains for branches, iff the netlify DNS setup is used: https://www.netlify.com/docs/custom-domains/#branch-subdomains I suggest we do the following (if possible, or similar):
I don’t have access to the netlify setup, @mboes could you take a look to see if that is possible? |
We can't use that because we don't use Netlify for the DNS. We use CloudFlare I believe. |
OK we now have two branches, with branch subdomains:
|
Buttons to each site added to front page. |
Describe the bug
Building from release has two implications:
Expected behavior
https://haskell.build should only be updated once per release.
Optionally, we should have a second subdomain https://master.api.haskell.build/, which points to the current master documentation.
The text was updated successfully, but these errors were encountered: