drone config file

This commit is contained in:
toby 2019-03-29 18:08:38 +00:00
parent f4cdc6d807
commit 9e1db4a2ad
1 changed files with 1 additions and 1 deletions

View File

@ -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