Deploy demo plugins to latest.datasette.io, refs #1074

This commit is contained in:
Simon Willison 2020-10-31 10:25:32 -07:00
commit d6db47f5c1
4 changed files with 30 additions and 6 deletions

View file

@ -31,7 +31,7 @@ jobs:
- name: Run tests
run: pytest
- name: Build fixtures.db
run: python tests/fixtures.py fixtures.db fixtures.json
run: python tests/fixtures.py fixtures.db fixtures.json plugins
- name: Build docs.db
run: |-
cd docs
@ -50,6 +50,7 @@ jobs:
gcloud config set project datasette-222320
datasette publish cloudrun fixtures.db \
-m fixtures.json \
--plugins-dir=plugins \
--branch=$GITHUB_SHA \
--version-note=$GITHUB_SHA \
--extra-options="--config template_debug:1" \