Skip to content

Commit

Permalink
Use Datasette stable, not a 1.0 alpha
Browse files Browse the repository at this point in the history
I think search is broken because of the wrong Datasette version.
  • Loading branch information
simonw authored Sep 8, 2023
1 parent f3dd715 commit 2bd3fcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ gcloud config set run/region us-central1
gcloud config set project datasette-222320
datasette publish cloudrun \
content.db docs-index.db dogsheep-index.db blog.db tils.db \
--branch 1.0a2 \
--service datasette-io \
--template-dir=templates \
--metadata=metadata.yml \
Expand Down

1 comment on commit 2bd3fcc

@simonw
Copy link
Owner Author

@simonw simonw commented on 2bd3fcc Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refs #152

Please sign in to comment.