mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
npm install now
This commit is contained in:
parent
18b2902bc3
commit
6d1c3559b4
1 changed files with 2 additions and 1 deletions
|
|
@ -11,9 +11,10 @@ script:
|
|||
# This defines further stages that execute after the tests
|
||||
jobs:
|
||||
include:
|
||||
- stage: deploy latest.datesette.io
|
||||
- stage: deploy latest.datasette.io
|
||||
script:
|
||||
- pip install .
|
||||
- npm install -g now
|
||||
- python tests/fixtures.py fixtures.db fixtures.json
|
||||
- datasette publish now fixtures.db -m fixtures.json --name datasette-latest --token=$NOW_TOKEN
|
||||
on: travis-deploy-now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue