drone config
This commit is contained in:
parent
dc7de1f1a9
commit
e4b83d1be2
14
.drone.yml
14
.drone.yml
|
@ -5,10 +5,10 @@ pipeline:
|
|||
- apt-get install devscripts
|
||||
- mk-build-deps --install debian/control
|
||||
- dpkg-buildpackage --no-sign
|
||||
scp:
|
||||
image: appleboy/drone-scp
|
||||
host: cloud-api.v1.cloud.wit.com
|
||||
port: 22022
|
||||
target: /data/incoming
|
||||
source: ../wit-network-config_*_all.deb
|
||||
strip_components: 1
|
||||
upload:
|
||||
image: appleboy/drone-scp
|
||||
host: cloud-api.v1.cloud.wit.com
|
||||
port: 22022
|
||||
target: /data/incoming
|
||||
source: ../wit-network-config_*_all.deb
|
||||
strip_components: 1
|
||||
|
|
Loading…
Reference in New Issue