mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Deploy demo plugins to latest.datasette.io, refs #1074
This commit is contained in:
parent
f0a740ac21
commit
d6db47f5c1
4 changed files with 30 additions and 6 deletions
3
.github/workflows/deploy-latest.yml
vendored
3
.github/workflows/deploy-latest.yml
vendored
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue