home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 489138554

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/pull/434#issuecomment-489138554 https://api.github.com/repos/simonw/datasette/issues/434 489138554 MDEyOklzc3VlQ29tbWVudDQ4OTEzODU1NA== 9599 2019-05-03T15:36:48Z 2019-05-03T15:36:48Z OWNER Here's my first working deployment: https://datasette-j7hipcg4aq-uc.a.run.app/fixtures-c35b6a5/facetable?_facet_array=tags I deployed it using this: datasette publish cloudrun fixtures.db --branch=master The second time I ran the command I got an error: ERROR: (gcloud.beta.run.deploy) Deployment endpoint was not found. Perhaps the provided region was invalid. Set the `run/region` property to a valid region and retry. Ex: `gcloud config set run/region us-central1` So I ran the command it suggested and then everything worked: gcloud config set run/region us-central1 datasette publish cloudrun fixtures.db --branch=master {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 434321685  
Powered by Datasette · Queries took 0.806ms