ci: add s3 secrets to drone config

master
Andrew Kelley 2019-10-24 19:21:03 -04:00
parent 43f5054a90
commit 551e70dcb2
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 5 additions and 0 deletions

View File

@ -8,5 +8,10 @@ platform:
steps:
- name: build-and-test
image: ziglang/static-base:llvm9-1
environment:
AWS_ACCESS_KEY_ID:
from_secret: AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY:
from_secret: AWS_SECRET_ACCESS_KEY
commands:
- ./ci/drone/linux_script