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

36 lines
551 B
YAML
Raw Normal View History

2022-09-26 11:23:19 +08:00
---
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
2022-09-26 14:38:36 +08:00
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
2022-09-26 15:02:38 +08:00
#volumes:
# - name: app
# path: /drone/src
2022-09-26 11:23:19 +08:00
commands:
2022-09-26 15:02:38 +08:00
- node -v
- npm -v
- yarn --version
2022-09-26 11:23:19 +08:00
volumes:
- name: app
host:
2022-09-26 14:58:40 +08:00
path: /opt/node/app
2022-09-26 11:23:19 +08:00
- name: certs
host:
path: /etc/ssl/certs
- name: docker
host:
path: /var/run/docker.sock