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
|
# This defines further stages that execute after the tests
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: deploy latest.datesette.io
|
- stage: deploy latest.datasette.io
|
||||||
script:
|
script:
|
||||||
- pip install .
|
- pip install .
|
||||||
|
- npm install -g now
|
||||||
- python tests/fixtures.py fixtures.db fixtures.json
|
- python tests/fixtures.py fixtures.db fixtures.json
|
||||||
- datasette publish now fixtures.db -m fixtures.json --name datasette-latest --token=$NOW_TOKEN
|
- datasette publish now fixtures.db -m fixtures.json --name datasette-latest --token=$NOW_TOKEN
|
||||||
on: travis-deploy-now
|
on: travis-deploy-now
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue