-
Notifications
You must be signed in to change notification settings - Fork 1
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
Deploy example on heroku #30
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! We'll definitely want to improve how the example site looks (tweak stylings, replace the DVC logo with Iterative, etc.) but I think this is a great first step!
I've actually implemented some of those changes in #33, but they depend on tailwind so they can't be merged back here. |
This PR adds configuration for the example website to be deployed onto Heroku. I used Heroku's official NGINX buildpack because heroku-buildpack-static is deprecated, but there isn't really a need for a custom server yet.
It also slightly improves the landing page, but only by a little.
We may have to re-add
heroku-buildpack-nginx
to some instances of this repo's apps, possibly including production, so I'll check after this is merged.