Fork me on GitHub
#cljdoc
<
2018-11-20
>
elarouss00:11:19

hi @martinklepsch, for #199 what should the error message be ? something like No namespaces found ?

elarouss01:11:15

i used almost the same styling and just replaced bg-washed-green with bg-washed-red

Vincent Cantin04:11:26

@martinklepsch It would be nice to have a branch called production or live pointing to the code currently being deployed.

martinklepsch17:11:30

There's now a git tag live that is updated as new releases are deployed: https://github.com/cljdoc/cljdoc/tree/live

🎉 4
martinklepsch13:11:15

@ichigo that message sounds fine for now, we can think about potential improvements when reviewing the PR 👍

martinklepsch13:11:24

Working on a branch to no longer rely on webhooks to receive analysis results from CircleCI (instead we'd poll). It has an ADR and feedback is welcome: https://github.com/cljdoc/cljdoc/compare/no-more-webhooks

martinklepsch13:11:53

@vincent.cantin I guess maintaining a production branch would be relatively straightforward to integrate into ops/deploy.sh

👌 4
martinklepsch18:11:48

Would be interesting to look into https://caddyserver.com — seems to make it much easier to setup SSL etc