drone config file
This commit is contained in:
parent
f4cdc6d807
commit
9e1db4a2ad
|
@ -11,7 +11,7 @@ pipeline:
|
|||
- ls -lha ../$DEBNAME_*_all.deb
|
||||
- echo "$SSH_KEY" >/tmp/id_rsa
|
||||
- chmod 600 /tmp/id_rsa
|
||||
- scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../$DEBNAME_*_all.deb root@cloud-api.v2.stack.wit.com:/data/incoming/${DRONE_BRANCH/master/experimental}
|
||||
- scp -i /tmp/id_rsa -o StrictHostKeyChecking=no ../$DEBNAME_*_all.deb debcore@mirrors.wit.com:/data/incoming/${DRONE_BRANCH/master/experimental}
|
||||
secrets: [ ssh_key ]
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue