website/.woodpecker/generate-on-update.yaml
Siina Mashek 7a9108f95e
Some checks failed
ci/woodpecker/push/generate-on-update Pipeline failed
Adding woodpecker ci
2024-12-06 18:19:54 +02:00

12 lines
211 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: elixir:latest
commands:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
- mix tableau.build