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

36 lines
502 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:05:27 +08:00
image: reg.int.it2000.com.cn/cdia/angular-cli:6.0
2022-09-26 11:23:19 +08:00
volumes:
- name: app
2022-09-26 14:05:27 +08:00
path: /app
2022-09-26 11:23:19 +08:00
commands:
- yarn build
volumes:
- name: app
host:
2022-09-26 14:05:27 +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