patos/.woodpecker/ci.yaml

20 lines
391 B
YAML
Raw Normal View History

2024-09-12 22:44:44 +02:00
when:
- event: pull_request
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
check:
2025-01-22 09:15:54 +01:00
image: docker.io/nixpkgs/nix-flakes:nixos-25.05
2024-09-12 22:44:44 +02:00
commands:
- nix flake check
2025-01-22 09:15:54 +01:00
sign:
image: docker.io/nixpkgs/nix-flakes:nixos-25.05
env:
DB_KEY: ${{ secrets.DBKEY }}
DB_CRT: ${{ secrets.DBCRT }}
commands:
- ./scripts/sign-release.sh