This commit is contained in:
root 2018-08-16 16:59:42 +00:00
commit 6852641afb
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
pipeline:
build:
image: registry.v1.cloud.wit.com/toby/packager:1.1
commands:
- apt-get update
- apt-get install -y wit-network-config
- dpkg-buildpackage --no-sign
upload:
image: appleboy/drone-scp
host: cloud-api.v1.cloud.wit.com
username: root
port: 22022
target: /data/incoming
source: ../wit-network-config_*_all.deb
strip_components: 1