This commit is contained in:
parent
2c2177426a
commit
966c77e2a1
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@ kind: pipeline
|
|||
type: docker
|
||||
name: default
|
||||
|
||||
|
||||
steps:
|
||||
- name: build_deploy
|
||||
image: ianwalter/pnpm:v1.4.0
|
||||
privileged: true
|
||||
image: ianwalter/pnpm:v1.4.0
|
||||
volumes:
|
||||
- /home/light/bonfire:/bonfire
|
||||
- name: bonfire
|
||||
path: /home/light/bonfire:/bonfire/
|
||||
commands:
|
||||
- pnpm install
|
||||
- pnpm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue