diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index b192230..0000000 --- a/.drone.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -kind: pipeline -type: exec -name: NixOS config check - -steps: -- name: nix flake check - commands: - - nix flake check - -- name: notifiy - commands: - - nix run .#matrix-notifier - environment: - ADDRESS: - from_secret: matrix_homeserver - ROOM: - from_secret: matrix_roomid - USER: - from_secret: matrix_username - PASS: - from_secret: matrix_password - when: - status: - - failure - - success -...