Patrick Cleavelin 2023-02-14 19:14:37 -06:00
parent 0e6bc2d3dd
commit 3e4a658c06
1 changed files with 9 additions and 0 deletions

9
.woodpecker.yml Normal file
View File

@ -0,0 +1,9 @@
pipeline:
build:
image: nixos/nix
commands:
- nix build .#docker
settings:
files:
- result
branches: [ patrick/ ]