ci: fix?
This commit is contained in:
parent
9f23f5768c
commit
c9f46d7547
@ -6,6 +6,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- cd docs && make html
|
- cd docs && make html
|
||||||
|
|
||||||
|
when:
|
||||||
|
event: [ tag, push ]
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
@ -19,6 +22,8 @@ steps:
|
|||||||
source: docs/_build/html/
|
source: docs/_build/html/
|
||||||
key:
|
key:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
|
when:
|
||||||
|
event: [ tag, push ]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ steps:
|
|||||||
- coverage run --source='.' src/manage.py test src && coverage html
|
- coverage run --source='.' src/manage.py test src && coverage html
|
||||||
- coverage html
|
- coverage html
|
||||||
- cat htmlcov/index.html
|
- cat htmlcov/index.html
|
||||||
|
when:
|
||||||
|
event: [tag, push]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user