mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use new --token= argument in Travis
This commit is contained in:
parent
c32889d3cd
commit
18b2902bc3
1 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- stage: deploy latest.datesette.io
|
- stage: deploy latest.datesette.io
|
||||||
script:
|
script:
|
||||||
|
- pip install .
|
||||||
- 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
|
- 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