This commit is contained in:
35
.drone.yml
35
.drone.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user