wit-network-config/.drone.yml

16 lines
612 B
YAML

pipeline:
build:
image: registry.v1.cloud.wit.com/toby/packager:1.2
commands:
- apt-get update && apt-get install -y sed strongswan frr isc-dhcp-client systemd
- dpkg-buildpackage --no-sign
upload:
image: appleboy/drone-scp
host: cloud-api.v1.cloud.wit.com
username: root
secrets: [ ssh_key ]
port: 22022
target: /data/incoming
source: ../wit-network-config_*_all.deb
strip_components: 1