Update Drone for dev only
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-04-02 21:02:39 +02:00
parent 2064885997
commit 46358e880f

View File

@@ -1,10 +1,12 @@
# PRODUCTION (on master) # DEPLOY
kind: pipeline kind: pipeline
name: dev name: dev
when: trigger:
branch: dev status:
status: [ success ] - success
branch:
- dev
steps: steps:
# #
@@ -84,19 +86,18 @@ steps:
# #
# Notify (by Email) # Notify (by Email)
# #
# - name: notify-email - name: notify-email
# image: drillster/drone-email image: drillster/drone-email
# settings: settings:
# skip_verify: true skip_verify: true
# host: mail.flayks.com host: mail.flayks.com
# username: admin@flayks.com username: admin@flayks.com
# password: password:
# from_secret: notify_email_password from_secret: notify_email_password
# from: admin@flayks.com from: admin@flayks.com
# recipients: recipients:
# - bonjour@shelbykay.dev - admin@flayks.com
# - admin@flayks.com recipients_only: true
# recipients_only: true
# Mount cache volume # Mount cache volume