about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-07 17:32:55 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-07 17:32:55 -0800
commit29d2b8f45ff408ed4ac55e44c4564a20e2bfdab4 (patch)
tree8e06073a345d6eb30acaf1d77e62c32c2d350e07 /.drone.yml
parentMerge pull request 'fcuny/ci-drone' (#1) from fcuny/test-woodpecker into main (diff)
downloadworld-29d2b8f45ff408ed4ac55e44c4564a20e2bfdab4.tar.gz
ci: replace GitHub actions with drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..0f9cb4e
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,14 @@
+---
+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