1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/.drone.yml
2021-03-19 11:03:21 +01:00

23 lines
367 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
clone:
disable: true
steps:
- name: clone
commands:
- pwd
- git clone ssh://git@iohub.dev:2222/lxsang/antd-web-apps.git
- cd ./antd-web-apps && git checkout master
- name: build
commands:
- cd ./antd-web-apps
- BUILDDIR=/opt/www/htdocs make
trigger:
branch:
- master