diff options
author | Franck Cuny <franck@fcuny.net> | 2022-11-07 07:58:19 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-11-07 07:58:19 -0800 |
commit | fc1d2136bfdd8f727ad765bc66893592689a4fa8 (patch) | |
tree | 841d456d8229f897cb330661dfe1afc81ff618e0 | |
parent | ci: add cron to update flakes (diff) | |
download | fcuny.net-fc1d2136bfdd8f727ad765bc66893592689a4fa8.tar.gz |
ci: fix the name of the pipeline
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index e2d1b4c..0efdfc7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: --- kind: pipeline type: docker -name: daily-backup +name: flakes-update trigger: event: - cron |