snowflake/.woodpecker/flake-lock-update.yml
notohh 574db58b9b
Some checks failed
ci/woodpecker/push/checks Pipeline was successful
ci/woodpecker/push/flake-lock-update Pipeline failed
ci: flake.lock ci first pass
2023-09-01 11:02:34 -04:00

18 lines
501 B
YAML

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