linux_ws2122_ansible/.drone.yml

48 lines
853 B
YAML
Raw Normal View History

2021-12-11 21:47:22 +00:00
---
kind: pipeline
type: kubernetes
name: sync
2022-06-04 09:55:00 +00:00
node_selector:
kubernetes.io/arch: amd64
2021-12-11 21:47:22 +00:00
steps:
- name: github
image: docker.io/appleboy/drone-git-push:latest
resources:
limits:
2022-06-04 09:55:00 +00:00
cpu: 150
memory: 150M
2021-12-11 21:47:22 +00:00
settings:
branch: master
remote: ssh://git@github.com/fh-trier/linux_ws2122_ansible.git
force: true
ssh_key:
from_secret: ssh_key
- name: email-notification
environment:
PLUGIN_HOST:
from_secret: smtp_host
PLUGIN_USERNAME:
from_secret: smtp_username
PLUGIN_PASSWORD:
from_secret: smtp_password
PLUGIN_FROM:
from_secret: smtp_mail_address
image: docker.io/drillster/drone-email:latest
resources:
limits:
2022-06-04 09:55:00 +00:00
cpu: 150
memory: 150M
2021-12-11 21:47:22 +00:00
when:
status:
- changed
- failure
trigger:
event:
- push
repo:
- fh-trier/linux_ws2122_ansible