aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-07 18:56:58 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-07 18:56:58 -0800
commitd9ff8fd3b72d3667124dbb805777cb99372107c6 (patch)
tree8f56cc5bd9593cc1ec798ef8a03d90f8ce8e5106 /src
parentMerge pull request 'ci: switch from GitHub action to drone' (#1) from fcuny/d... (diff)
downloadx-d9ff8fd3b72d3667124dbb805777cb99372107c6.tar.gz
ci: add pipeline to update flacks
Diffstat (limited to 'src')
-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