drone build step get secret

This commit is contained in:
Dan Ballard 2019-02-27 14:17:49 -08:00
parent 06b8820c3b
commit baa0a71f45
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ pipeline:
build-linux:
mem_limit: 3G
image: therecipe/qt:linux
secrets: [buildfiles_key]
environment:
- QT_DIR=/opt/Qt
- QT_DOCKER='true'
@ -39,6 +38,7 @@ pipeline:
- cp deploy/android/build-debug.apk deploy/cwtch-android-`date +%G-%m-%d-%H-%M`.apk
deploy-buildfiles:
image: pivotaldata/concourse-ssh
secrets: [buildfiles_key]
when:
branch: master
event: push