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