nix-config/.woodpecker/check.yml

27 lines
424 B
YAML
Raw Normal View History

2023-04-01 17:35:58 +02:00
labels:
2023-08-01 23:57:06 +02:00
backend: local
2023-04-01 17:35:58 +02:00
2023-11-18 21:11:56 +01:00
steps:
2023-04-01 17:35:58 +02:00
- name: nix flake check
image: bash
commands:
- nix flake check
- name: notifiy
image: bash
2024-04-01 23:26:21 +02:00
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
2023-04-01 17:35:58 +02:00
commands:
- nix run '.#matrix-notifier'
when:
status:
- failure
- success