census-instrumentation / opencensus-website

opencensus.io website content
https://opencensus.io
Apache License 2.0
42 stars 155 forks source link

Changes in this repo are not deployed to opencensus.io #713

Closed songy23 closed 5 years ago

songy23 commented 5 years ago

Previously once a PR is merged to this repo, the changes will show up on opencensus.io usually within a few minutes. However currently it looks like deployment to opencensus.io is broken. For example https://github.com/census-instrumentation/opencensus-website/pull/712 should have updated https://opencensus.io/integrations/sql/java_sql/ but it's showing the old content. Same for https://github.com/census-instrumentation/opencensus-website/pull/710 and https://opencensus.io/exporters/supported-exporters/go/stackdriver/.

/cc @rghetia @odeke-em

odeke-em commented 5 years ago

Interestingly Travis-CI shows that it built and deployed successfully to https://travis-ci.org/census-instrumentation/opencensus-website/builds/580447164

but the error seems to be that the Node.js version that is in our .travis.yml file as Node.js 7 is incompatible with Firebase CLI's expectations as per

Firebase CLI v7.3.0 is incompatible with Node.js v7.10.1 Please upgrade Node.js to version >= 8.0.0
odeke-em commented 5 years ago

I've mailed out https://github.com/census-instrumentation/opencensus-website/pull/714

odeke-em commented 5 years ago

The fix is now live https://opencensus.io/integrations/sql/java_sql/

songy23 commented 5 years ago

There seems to be an issue with the banner... opencensus-io I'm using Chrome 76.0. Will file a separate issue for that.