ci: flake.lock ci first pass
This commit is contained in:
parent
8d99e3b4a4
commit
574db58b9b
1 changed files with 18 additions and 0 deletions
18
.woodpecker/flake-lock-update.yml
Normal file
18
.woodpecker/flake-lock-update.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue