polsevev.dev/.woodpecker/main.yml
2024-08-03 23:25:01 +02:00

11 lines
177 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: node:bookworm-slim
commands:
- npm install
- npm run build
- apt install rsync