mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
692fbfc40a
commit
e2f71c6f81
1 changed files with 5 additions and 1 deletions
6
.github/workflows/deploy-latest.yml
vendored
6
.github/workflows/deploy-latest.yml
vendored
|
|
@ -59,7 +59,11 @@ jobs:
|
||||||
cp fixtures.db fixtures2.db
|
cp fixtures.db fixtures2.db
|
||||||
- name: Make some modifications to metadata.json
|
- name: Make some modifications to metadata.json
|
||||||
run: |
|
run: |
|
||||||
cat fixtures.json | jq '.databases |= . + {"ephemeral": {"allow": {"id": "root"}}}'> metadata.json
|
cat fixtures.json | \
|
||||||
|
jq '.databases |= . + {"ephemeral": {"allow": {"id": "root"}}}' | \
|
||||||
|
jq '.plugins |= . + {"datasette-ephemeral-tables": {"table_ttl": 900}}' \
|
||||||
|
> metadata.json
|
||||||
|
cat metadata.json
|
||||||
- name: Set up Cloud Run
|
- name: Set up Cloud Run
|
||||||
uses: google-github-actions/setup-gcloud@v0
|
uses: google-github-actions/setup-gcloud@v0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue