diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-07 18:56:58 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-07 18:56:58 -0800 |
| commit | d9ff8fd3b72d3667124dbb805777cb99372107c6 (patch) | |
| tree | 8f56cc5bd9593cc1ec798ef8a03d90f8ce8e5106 /src/x509-info | |
| parent | Merge pull request 'ci: switch from GitHub action to drone' (#1) from fcuny/d... (diff) | |
| download | x-d9ff8fd3b72d3667124dbb805777cb99372107c6.tar.gz | |
ci: add pipeline to update flacks
Diffstat (limited to 'src/x509-info')
| -rw-r--r-- | src/x509-info/.drone.yml | 14 |
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 |
