From d9ff8fd3b72d3667124dbb805777cb99372107c6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 7 Nov 2022 18:56:58 -0800 Subject: ci: add pipeline to update flacks --- src/x509-info/.drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src') diff --git a/src/x509-info/.drone.yml b/src/x509-info/.drone.yml index 0816988..3ff6a19 100644 --- a/src/x509-info/.drone.yml +++ b/src/x509-info/.drone.yml @@ -33,3 +33,17 @@ steps: - nix develop --command cargo test - nix build . - nix run . -- fcuny.net +--- +kind: pipeline +type: docker +name: flakes-update +trigger: + event: + - cron + +steps: + - name: update flakes + image: nixpkgs/nix-flakes:nixos-22.05 + commands: + - nix flake update --commit-lock-file + - nix develop -c git push origin --all -- cgit v1.2.3