triggering a new build and while I'm at it adding support to various repo components for CI
This commit is contained in:
parent
f0abd2a441
commit
71e0993f02
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue