This commit is contained in:
Sameer Rahmani 2023-05-13 12:50:38 +01:00
commit f0ec3fefaf
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 17 additions and 0 deletions

17
.woodpecker/build.yml Normal file
View File

@ -0,0 +1,17 @@
pipeline:
Build:
image: alpine:latest
commands:
- ls
Mail:
image: deblan/woodpecker-email
settings:
from.address: ci@serene-lang.org
from.name: Serene CI
host: smtp.gmail.org
username:
from_secret: mail_user
password:
from_secret: mail_pass
recipients:
- {{ CI_COMMIT_AUTHOR_EMAIL }}