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

12 lines
No EOL
176 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: node
commands:
- npm install
- npm run build
- apk add --no-cache rsync