2024-08-03 21:12:30 +00:00
|
|
|
when:
|
|
|
|
- event: push
|
|
|
|
branch: master
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
2024-08-03 21:25:01 +00:00
|
|
|
image: node:bookworm-slim
|
2024-08-03 21:12:30 +00:00
|
|
|
commands:
|
2024-08-03 21:18:04 +00:00
|
|
|
- npm install
|
|
|
|
- npm run build
|
2024-08-03 21:25:01 +00:00
|
|
|
- apt install rsync
|