triggering a new build and while I'm at it adding support to various repo components for CI

This commit is contained in:
toby 2018-12-20 10:58:56 +01:00
parent f0abd2a441
commit 71e0993f02
1 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@ pipeline:
- ls -lha ../wit-pxeboot_*_all.deb
- echo "$SSH_KEY" >/tmp/id_rsa
- chmod 600 /tmp/id_rsa
- scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-pxeboot_*_all.deb root@cloud-api.v2.stack.wit.com:/data/incoming
- scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-pxeboot_*_all.deb root@cloud-api.v2.stack.wit.com:/data/incoming/${DRONE_BRANCH/master/experimental}
secrets: [ ssh_key ]
branches: master
branches:
- master
- staging
- main