drone config
This commit is contained in:
parent
9a4117a455
commit
856e70ecdc
|
@ -1,6 +1,13 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: registry.v1.cloud.wit.com/wit/debcore-container
|
||||
commands:
|
||||
- apt-get install devscripts
|
||||
- mk-build-deps --install debian/control
|
||||
- dpkg-buildpackage --no-sign
|
||||
- scp -P 22022 -i .ssh/debcore wit-network-config_*_all.deb
|
||||
scp:
|
||||
image: appleboy/drone-scp
|
||||
host: cloud-api.v1.cloud.wit.com
|
||||
target: /data/incoming
|
||||
source: ../wit-network-config_*_all.deb
|
||||
|
|
Loading…
Reference in New Issue