Update '.drone.yml'

This commit is contained in:
jens 2020-11-12 08:28:41 +00:00
parent 87b7551588
commit e1350affd7
1 changed files with 19 additions and 0 deletions

View File

@ -21,3 +21,22 @@ steps:
- name: run pylint
commands:
- pylint --rcfile=.pylintrc -- **/*.py
- name: deploy on test
commands:
- echo 'todo: deploy on test'
when:
branch: [ develop ]
- name: check for version bump
commands:
- echo 'todo: check for version bump'
when:
branch: [ main ]
- name: deploy on production
commands:
- echo 'todo: push to pypi'
- echo 'todo: deploy from pypi on production'
when:
branch: [ main ]