website/.woodpecker/generate-on-update.yaml
Siina Mashek c422c06fea
Some checks failed
ci/woodpecker/push/generate-on-update Pipeline failed
Changing to AWS proxy
2024-12-06 18:30:22 +02:00

12 lines
241 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: public.ecr.aws/docker/library/elixir:latest
commands:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
- mix tableau.build