Fix drone deploy
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
IamTheFij 2019-06-03 12:34:42 -07:00
parent 8579c416a2
commit 56f2040536
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
---
kind: pipeline kind: pipeline
name: python-latest name: python-latest
@ -21,7 +20,7 @@ steps:
- source: PYPI_PASSWORD - source: PYPI_PASSWORD
target: TWINE_PASSWORD target: TWINE_PASSWORD
when: when:
event: tag event: [ tag ]
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
host: $SMTP_HOST host: $SMTP_HOST