From 574db58b9b59e89d93a317da79ce99d3ae9bac4d Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 1 Sep 2023 11:02:34 -0400 Subject: [PATCH] ci: flake.lock ci first pass --- .woodpecker/flake-lock-update.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .woodpecker/flake-lock-update.yml diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml new file mode 100644 index 0000000..89a538f --- /dev/null +++ b/.woodpecker/flake-lock-update.yml @@ -0,0 +1,18 @@ +steps: + update: + image: nixos/nix + commands: + - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf + - nix flake update + push: + image: appleboy/drone-git-push + settings: + ssh_key: + from_secret: ssh_key + branch: master + remote: ssh://gitea@git.notohh.dev:woodpecker-ci/snowflake.git + force: false + commit: true + commit_message: "flake.lock: update" + author_name: woodpecker-ci + author_email: woodpecker@local.com \ No newline at end of file