diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a60403a --- /dev/null +++ b/.drone.yml @@ -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