12 lines
168 B
YAML
12 lines
168 B
YAML
|
when:
|
||
|
- event: manual
|
||
|
- event: push
|
||
|
branch: main
|
||
|
|
||
|
steps:
|
||
|
- name: hello-world
|
||
|
image: node:latest
|
||
|
commands:
|
||
|
- npm install vite
|
||
|
- vite build
|