polsevev.dev/.woodpecker/main.yml

12 lines
176 B
YAML
Raw Normal View History

2024-08-03 21:12:30 +00:00
when:
- event: push
branch: master
steps:
- name: build
2024-08-03 21:18:04 +00:00
image: node
2024-08-03 21:12:30 +00:00
commands:
2024-08-03 21:18:04 +00:00
- npm install
- npm run build
- apk add --no-cache rsync