terraform-config/.woodpecker.yml

10 lines
211 B
YAML
Raw Permalink Normal View History

steps:
validate:
2024-01-17 01:37:31 +00:00
image: nixos/nix:2.19.2
# when:
# event: pull_request
commands:
2024-01-17 01:37:31 +00:00
- NIX_CONFIG="experimental-features = nix-command flakes" nix run .#plan
secrets: [ sops_age_key ]