aux-search/.woodpecker/frontend.yaml
Christoph Heiss fa4821653b
Some checks failed
ci/woodpecker/push/frontend Pipeline failed
ci: add woodpecker workflow for building frontend
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-19 13:15:51 +02:00

20 lines
373 B
YAML

---
when:
- event: push
- event: pull_request
path:
- 'frontend/**'
- flake.nix
- flake.lock
- VERSION
steps:
- name: build
image: nixery.dev/shell/nix
environment:
NIX_CONFIG: 'experimental-features = nix-command flakes'
commands:
- nix -vL build .#frontend
- mkdir ./dist
- cp -RL ./result/* ./dist/