aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/x509-info/.drone.yml')
-rw-r--r--src/x509-info/.drone.yml14
1 files changed, 14 insertions, 0 deletions
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