Files
airport-chengdu-web/.drone.yml
T

37 lines
537 B
YAML

---
kind: pipeline
name: default
type: docker
platform:
os: linux
arch: amd64
clone:
image: reg.int.it2000.com.cn/devops/git
tags: true
skip_verify: true
steps:
- name: build
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
volumes:
- name: app
path: /usr/src/app
commands:
- npm install
- npm run build
volumes:
- name: app
host:
path: /drone/src
- name: certs
host:
path: /etc/ssl/certs
- name: docker
host:
path: /var/run/docker.sock