This commit is contained in:
parent
1babc89ded
commit
22289a2166
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Build image
|
||||
image: node:18
|
||||
commands:
|
||||
- pnpm i
|
||||
- pnpm run build
|
||||
- "pnpm run docker:build"
|
||||
- "pnpm run docker:push"
|
Loading…
Reference in New Issue
Block a user