ci: fix?
This commit is contained in:
parent
9f23f5768c
commit
c9f46d7547
@ -6,6 +6,9 @@ steps:
|
||||
commands:
|
||||
- cd docs && make html
|
||||
|
||||
when:
|
||||
event: [ tag, push ]
|
||||
|
||||
deploy:
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
@ -19,6 +22,8 @@ steps:
|
||||
source: docs/_build/html/
|
||||
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 html
|
||||
- cat htmlcov/index.html
|
||||
|
||||
when:
|
||||
event: [tag, push]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user