wit-network-config/.drone.yml

15 lines
575 B
YAML
Raw Normal View History

pipeline:
build:
2018-08-16 14:34:58 -05:00
image: registry.v1.cloud.wit.com/toby/packager:1.2
commands:
2018-08-16 16:50:42 -05:00
- apt-get update && apt-get install -y sed strongswan frr isc-dhcp-client systemd
- dpkg-buildpackage --no-sign
2018-08-15 12:23:54 -05:00
upload:
image: appleboy/drone-scp
host: cloud-api.v1.cloud.wit.com
2018-08-15 15:03:38 -05:00
username: root
2018-08-15 12:23:54 -05:00
port: 22022
target: /data/incoming
source: ../wit-network-config_*_all.deb
strip_components: 1