This commit is contained in:
parent
e9e1977f12
commit
5fbe00aefa
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: client
|
||||
steps:
|
||||
- name: build
|
||||
image: node:19.4-alpine
|
||||
commands:
|
||||
- cd glebby-client
|
||||
- npm install
|
||||
- npm run build
|
Loading…
x
Reference in New Issue
Block a user