mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-10 20:11:28 +08:00
Add debug to .yaml files
This commit is contained in:
parent
35b104660d
commit
73031fb0b9
2 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,7 @@ steps:
|
||||||
- name: mail_success
|
- name: mail_success
|
||||||
image: deblan/woodpecker-email
|
image: deblan/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
|
debug: yes
|
||||||
dsn:
|
dsn:
|
||||||
- from_secret: SMTP_SELFHOSTED_DSN
|
- from_secret: SMTP_SELFHOSTED_DSN
|
||||||
from:
|
from:
|
||||||
|
@ -47,3 +48,7 @@ steps:
|
||||||
- log/*
|
- log/*
|
||||||
when:
|
when:
|
||||||
- status: [success, failure]
|
- status: [success, failure]
|
||||||
|
|
||||||
|
when:
|
||||||
|
- branch: master
|
||||||
|
event: push
|
||||||
|
|
|
@ -16,6 +16,7 @@ steps:
|
||||||
- name: mail_success
|
- name: mail_success
|
||||||
image: deblan/woodpecker-email
|
image: deblan/woodpecker-email
|
||||||
settings:
|
settings:
|
||||||
|
debug: yes
|
||||||
dsn:
|
dsn:
|
||||||
- from_secret: SMTP_SELFHOSTED_DSN
|
- from_secret: SMTP_SELFHOSTED_DSN
|
||||||
from:
|
from:
|
||||||
|
@ -38,3 +39,7 @@ steps:
|
||||||
- log/*
|
- log/*
|
||||||
when:
|
when:
|
||||||
- status: [success, failure]
|
- status: [success, failure]
|
||||||
|
|
||||||
|
when:
|
||||||
|
- branch: master
|
||||||
|
event: push
|
||||||
|
|
Loading…
Add table
Reference in a new issue